summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2015-11-02 17:51:13 +0000
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2015-11-02 17:51:13 +0000
commit36d56c1e13c6d0159d44a9c1c93a610d0981bc06 (patch)
treee1245867d3733b5deaf4e41a88a080c3a0b4f59e /testdata/testinput2
parent94eb1938124a3ca87c17e2520468bf85ae675e96 (diff)
parent98c3e224a46705936ea39a3830e50299f2ce3c73 (diff)
Record pcre3 (2:8.35-7.4) in archive suite sid
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 --/