summaryrefslogtreecommitdiff
path: root/testdata/testinput4
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-10-18 11:22:40 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-10-18 11:22:40 +0000
commit8e67c7a2618ad301d16f80b0a93e4f5f429f1607 (patch)
tree427d9c45544d756a82e706bc2458e7b26232a827 /testdata/testinput4
parent2312403e64130e3f98681f8da29fc6f0a44c4c60 (diff)
downloadpcre2-8e67c7a2618ad301d16f80b0a93e4f5f429f1607.tar.gz
Fix optimization bugs when pattern starts with lookahead.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@573 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput4')
-rw-r--r--testdata/testinput46
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4
index ce9145d..73582b7 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -2282,4 +2282,10 @@
\x{389}
\x{20ac}
+/(?=.*b)\pL/
+ 11bb
+
+/(?(?=.*b)(?=.*b)\pL|.*c)/
+ 11bb
+
# End of testinput4