summaryrefslogtreecommitdiff
path: root/testdata/testoutput8
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testoutput8')
-rw-r--r--testdata/testoutput814
1 files changed, 14 insertions, 0 deletions
diff --git a/testdata/testoutput8 b/testdata/testoutput8
index 3861ea4..e4fa497 100644
--- a/testdata/testoutput8
+++ b/testdata/testoutput8
@@ -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 --/