From e96c117d56933318361121ed53588338ce042d25 Mon Sep 17 00:00:00 2001 From: ph10 Date: Fri, 7 Oct 2016 15:50:39 +0000 Subject: [PATCH] Fix new test in testinput5 when LF is not a default newline. --- testdata/testinput5 | 2 ++ testdata/testoutput5 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/testdata/testinput5 b/testdata/testinput5 index 74fe6d5..a55fb32 100644 --- a/testdata/testinput5 +++ b/testdata/testinput5 @@ -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 diff --git a/testdata/testoutput5 b/testdata/testoutput5 index 9fb2ee7..30bfb02 100644 --- a/testdata/testoutput5 +++ b/testdata/testoutput5 @@ -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