summaryrefslogtreecommitdiff
path: root/pcre/testdata/testoutput2
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/testdata/testoutput2')
-rw-r--r--pcre/testdata/testoutput216
1 files changed, 16 insertions, 0 deletions
diff --git a/pcre/testdata/testoutput2 b/pcre/testdata/testoutput2
index 811bbefc84c..61ed8d9d4e4 100644
--- a/pcre/testdata/testoutput2
+++ b/pcre/testdata/testoutput2
@@ -14705,4 +14705,20 @@ No options
No first char
No need char
+"(?<=(a))\1?b"
+ ab
+ 0: b
+ 1: a
+ aaab
+ 0: ab
+ 1: a
+
+"(?=(a))\1?b"
+ ab
+ 0: ab
+ 1: a
+ aaab
+ 0: ab
+ 1: a
+
/-- End of testinput2 --/