chiark / gitweb /
tidy up conflict
[pcre3.git] / testdata / testinput2
index da6e61499cd9f078d6fea2df64f7b4fd76674dcf..90f1795e82b178bb985507f3f9fccc3594e7fbde 100644 (file)
@@ -4035,6 +4035,8 @@ backtracking verbs. --/
 
 /(?(R&6yh)abc)/
 
+/(((a\2)|(a*)\g<-1>))*a?/BZ
+
 /-- Test the ugly "start or end of word" compatibility syntax --/
 
 /[[:<:]]red[[:>:]]/BZ
@@ -4062,4 +4064,10 @@ backtracking verbs. --/
 
 /(((((a)))))/Q
 
+"((?2){0,1999}())?"
+
+/((?+1)(\1))/BZ
+
+"(?J)(?'d'(?'d'\g{d}))"
+
 /-- End of testinput2 --/