Revision: 315
http://www.exim.org/viewvc/pcre2?view=rev&revision=315
Author: ph10
Date: 2015-07-17 16:18:17 +0100 (Fri, 17 Jul 2015)
Log Message:
-----------
Correct test for previous bugfix.
Modified Paths:
--------------
code/trunk/testdata/testinput2
code/trunk/testdata/testoutput2
Modified: code/trunk/testdata/testinput2
===================================================================
--- code/trunk/testdata/testinput2 2015-07-17 15:11:45 UTC (rev 314)
+++ code/trunk/testdata/testinput2 2015-07-17 15:18:17 UTC (rev 315)
@@ -4340,5 +4340,6 @@
/(?C$)$)(?<]/
/(?(R))*+/B
+ abcd
# End of testinput2
Modified: code/trunk/testdata/testoutput2
===================================================================
--- code/trunk/testdata/testoutput2 2015-07-17 15:11:45 UTC (rev 314)
+++ code/trunk/testdata/testoutput2 2015-07-17 15:18:17 UTC (rev 315)
@@ -14511,5 +14511,7 @@
Ket
End
------------------------------------------------------------------
+ abcd
+ 0:
# End of testinput2