summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
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/testoutput1
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/testoutput1')
-rw-r--r--testdata/testoutput18
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 68f7015..837d1f4 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -9277,4 +9277,12 @@ MK: ab cd # comment\x0aef
baaab
No match
+/(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[,;:])(?=.{8,16})(?!.*[\s])/
+ \ Fred:099
+ 0:
+
+/(?=.*X)X$/
+ \ X
+ 0: X
+
# End of testinput1