Revision: 362
http://vcs.pcre.org/viewvc?view=rev&revision=362
Author: ph10
Date: 2008-07-10 17:06:45 +0100 (Thu, 10 Jul 2008)
Log Message:
-----------
Forgot to add test for previous bug.
Modified Paths:
--------------
code/trunk/testdata/testinput1
code/trunk/testdata/testoutput1
Modified: code/trunk/testdata/testinput1
===================================================================
--- code/trunk/testdata/testinput1 2008-07-10 16:03:28 UTC (rev 361)
+++ code/trunk/testdata/testinput1 2008-07-10 16:06:45 UTC (rev 362)
@@ -4038,4 +4038,7 @@
/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
+/.*[op][xyz]/
+ fooabcfoo
+
/ End of testinput1 /
Modified: code/trunk/testdata/testoutput1
===================================================================
--- code/trunk/testdata/testoutput1 2008-07-10 16:03:28 UTC (rev 361)
+++ code/trunk/testdata/testoutput1 2008-07-10 16:06:45 UTC (rev 362)
@@ -6607,4 +6607,8 @@
/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
+/.*[op][xyz]/
+ fooabcfoo
+No match
+
/ End of testinput1 /