summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput28
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index da6e614..90f1795 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4035,6 +4035,8 @@ backtracking verbs. --/
/(?(R&6yh)abc)/
+/(((a\2)|(a*)\g<-1>))*a?/BZ
+
/-- Test the ugly "start or end of word" compatibility syntax --/
/[[:<:]]red[[:>:]]/BZ
@@ -4062,4 +4064,10 @@ backtracking verbs. --/
/(((((a)))))/Q
+"((?2){0,1999}())?"
+
+/((?+1)(\1))/BZ
+
+"(?J)(?'d'(?'d'\g{d}))"
+
/-- End of testinput2 --/