summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-02-06 16:54:14 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-02-06 16:54:14 +0000
commit3da5528b47b88c32224cf9d14d8a4e80cd7a0815 (patch)
tree667010d32d2e7d8436fc1e6ec9eaa31784c7f23b /testdata
parent662911d355f62321074629645ceb6f5ccf5e1a03 (diff)
downloadpcre-3da5528b47b88c32224cf9d14d8a4e80cd7a0815.tar.gz
Fix pcretest bad behaviour for callout in lookbehind.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1625 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput24
-rw-r--r--testdata/testoutput215
2 files changed, 19 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 967a241..086e0f4 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4235,4 +4235,8 @@ backtracking verbs. --/
/(?=a\K)/
ring bpattingbobnd $ 1,oern cou \rb\L
+/(?<=((?C)0))/
+ 9010
+ abcd
+
/-- End of testinput2 --/
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 5fb28d5..d414a72 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -14650,4 +14650,19 @@ Start of matched string is beyond its end - displaying from end to start.
0: a
0L
+/(?<=((?C)0))/
+ 9010
+--->9010
+ 0 ^ 0
+ 0 ^ 0
+ 0:
+ 1: 0
+ abcd
+--->abcd
+ 0 ^ 0
+ 0 ^ 0
+ 0 ^ 0
+ 0 ^ 0
+No match
+
/-- End of testinput2 --/