summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput112
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 4d9ec5a..c018e8b 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -6365,4 +6365,16 @@ ef) x/x,mark
/(?(DEFINE)(a|ab))(?1){1}+c/
abc
+/(?:a|(?=b)|.)*\z/
+ abc
+
+/(?:a|(?=b)|.)*/
+ abc
+
+/(?<=a(*SKIP)x)|c/
+ abcd
+
+/(?<=a(*SKIP)x)|d/
+ abcd
+
# End of testinput1