summaryrefslogtreecommitdiff
path: root/testdata/testinput8
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-24 10:33:21 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-24 10:33:21 +0000
commit0838dce0fce0c9fc927fd5509da3151004606052 (patch)
tree41a98b792689c886e32c1b7a76feb058a7fc0c3e /testdata/testinput8
parente4f2068624710ea188ea06de00402a599e4154af (diff)
downloadpcre-0838dce0fce0c9fc927fd5509da3151004606052.tar.gz
Fix bugs caused by (?!) as a condition (which is converted to OP_FAIL).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1534 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput8')
-rw-r--r--testdata/testinput84
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput8 b/testdata/testinput8
index 06334cd..931dd71 100644
--- a/testdata/testinput8
+++ b/testdata/testinput8
@@ -4837,4 +4837,8 @@
'\A(?:[^\"]++|\"(?:[^\"]++|\"\")*+\")++'
NON QUOTED \"QUOT\"\"ED\" AFTER \"NOT MATCHED
+/(?(?!)a|b)/
+ bbb
+ aaa
+
/-- End of testinput8 --/