chiark / gitweb /
tidy up conflict
[pcre3.git] / testdata / testinput1
index 7b36360d044d6b8a4bb713775004e9b7d181e526..fbca11e29961dd94d3d2ee1363473990ec986f06 100644 (file)
@@ -4937,6 +4937,12 @@ however, we need the complication for Perl. ---/
 
 /((?(R1)a+|(?1)b))/
     aaaabcde
+    
+/((?(R)a|(?1)))*/
+    aaa
+
+/((?(R)a|(?1)))+/
+    aaa
 
 /a(*:any 
 name)/K