summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-10 16:06:45 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-10 16:06:45 +0000
commitb6105db90e82d669aa77cf3583cd33ea0960a248 (patch)
treeabc1982c2c936426a91bdd98d7b3716a8942954c
parent73ef62bb1b47a722e0cd79a4476cfa52359173b0 (diff)
downloadpcre-b6105db90e82d669aa77cf3583cd33ea0960a248.tar.gz
Forgot to add test for previous bug.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@362 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--testdata/testinput13
-rw-r--r--testdata/testoutput14
2 files changed, 7 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 06beeb7..4867143 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -4038,4 +4038,7 @@
/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
+/.*[op][xyz]/
+ fooabcfoo
+
/ End of testinput1 /
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 920f911..553d6fd 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -6607,4 +6607,8 @@ No match
/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
+/.*[op][xyz]/
+ fooabcfoo
+No match
+
/ End of testinput1 /