chiark / gitweb /
Record pcre3 (2:8.38-1) in archive suite sid
[pcre3.git] / testdata / testoutput8
index 3861ea41fdb764a78ae7388ad849e9b1369d6a6a..e4fa4977561531c573e3b6f388698dc0fa224ccb 100644 (file)
@@ -7777,4 +7777,18 @@ Matched, but offsets vector is too small to show all matches
  1: aaa
  2: aa
 
+'\A(?:[^\"]++|\"(?:[^\"]*+|\"\")*+\")++'
+    NON QUOTED \"QUOT\"\"ED\" AFTER \"NOT MATCHED
+ 0: NON QUOTED "QUOT""ED" AFTER 
+
+'\A(?:[^\"]++|\"(?:[^\"]++|\"\")*+\")++'
+    NON QUOTED \"QUOT\"\"ED\" AFTER \"NOT MATCHED
+ 0: NON QUOTED "QUOT""ED" AFTER 
+
+/(?(?!)a|b)/
+    bbb
+ 0: b
+    aaa 
+No match
+
 /-- End of testinput8 --/