summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput114
1 files changed, 14 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 5c65ed6..61fd20b 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -4291,4 +4291,18 @@
/(?(?=c)c|d)*+Y/
XcccddYX
+/^(a{2,3}){2,}+a/
+ aaaaaaa
+ ** Failers
+ aaaaaa
+ aaaaaaaaa
+
+/^(a{2,3})++a/
+ ** Failers
+ aaaaaa
+
+/^(a{2,3})*+a/
+ ** Failers
+ aaaaaa
+
/-- End of testinput1 --/