summaryrefslogtreecommitdiff
path: root/testdata/testinput12
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput12')
-rw-r--r--testdata/testinput128
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index 5d727af..d68551f 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -87,4 +87,12 @@ and a couple of things that are different with JIT. --/
/^12345678abcd/mS++
12345678abcd
+/-- Test pattern compilation --/
+
+/(?:a|b|c|d|e)(?R)/S++
+
+/(?:a|b|c|d|e)(?R)(?R)/S++
+
+/(a(?:a|b|c|d|e)b){8,16}/S++
+
/-- End of testinput12 --/