Revision: 562
http://www.exim.org/viewvc/pcre2?view=rev&revision=562
Author: ph10
Date: 2016-10-07 16:50:39 +0100 (Fri, 07 Oct 2016)
Log Message:
-----------
Fix new test in testinput5 when LF is not a default newline.
Modified Paths:
--------------
code/trunk/testdata/testinput5
code/trunk/testdata/testoutput5
Modified: code/trunk/testdata/testinput5
===================================================================
--- code/trunk/testdata/testinput5 2016-10-06 17:48:24 UTC (rev 561)
+++ code/trunk/testdata/testinput5 2016-10-07 15:50:39 UTC (rev 562)
@@ -3,6 +3,8 @@
# results in 8-bit, 16-bit, and 32-bit modes are excluded (see tests 10 and
# 12).
+#newline_default lf any anycrlf
+
# PCRE2 and Perl disagree about the characteristics of certain Unicode
# characters. For example, 061C is considered by Perl to be Arabic, though
# is it not listed as such in the Unicode Scripts.txt file, and 2066-2069 are
Modified: code/trunk/testdata/testoutput5
===================================================================
--- code/trunk/testdata/testoutput5 2016-10-06 17:48:24 UTC (rev 561)
+++ code/trunk/testdata/testoutput5 2016-10-07 15:50:39 UTC (rev 562)
@@ -3,6 +3,8 @@
# results in 8-bit, 16-bit, and 32-bit modes are excluded (see tests 10 and
# 12).
+#newline_default lf any anycrlf
+
# PCRE2 and Perl disagree about the characteristics of certain Unicode
# characters. For example, 061C is considered by Perl to be Arabic, though
# is it not listed as such in the Unicode Scripts.txt file, and 2066-2069 are