diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2016-10-07 15:50:39 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2016-10-07 15:50:39 +0000 |
commit | 64cda2113e422dba36de0699bf2a3a6a393b3eae (patch) | |
tree | d0d0a53c360d1a3a54f45b9427168bc1fe0e7365 /testdata | |
parent | 509ecc74dcbbcfabc01f4d290c9cc8b62c921ac4 (diff) | |
download | pcre2-64cda2113e422dba36de0699bf2a3a6a393b3eae.tar.gz |
Fix new test in testinput5 when LF is not a default newline.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@562 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/testinput5 | 2 | ||||
-rw-r--r-- | testdata/testoutput5 | 2 |
2 files changed, 4 insertions, 0 deletions
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 |