Fix new test in testinput5 when LF is not a default newline.
This commit is contained in:
parent
9d99ac54a4
commit
b451e9f3b5
|
@ -3,6 +3,8 @@
|
||||||
# results in 8-bit, 16-bit, and 32-bit modes are excluded (see tests 10 and
|
# results in 8-bit, 16-bit, and 32-bit modes are excluded (see tests 10 and
|
||||||
# 12).
|
# 12).
|
||||||
|
|
||||||
|
#newline_default lf any anycrlf
|
||||||
|
|
||||||
# PCRE2 and Perl disagree about the characteristics of certain Unicode
|
# PCRE2 and Perl disagree about the characteristics of certain Unicode
|
||||||
# characters. For example, 061C is considered by Perl to be Arabic, though
|
# 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
|
# is it not listed as such in the Unicode Scripts.txt file, and 2066-2069 are
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# results in 8-bit, 16-bit, and 32-bit modes are excluded (see tests 10 and
|
# results in 8-bit, 16-bit, and 32-bit modes are excluded (see tests 10 and
|
||||||
# 12).
|
# 12).
|
||||||
|
|
||||||
|
#newline_default lf any anycrlf
|
||||||
|
|
||||||
# PCRE2 and Perl disagree about the characteristics of certain Unicode
|
# PCRE2 and Perl disagree about the characteristics of certain Unicode
|
||||||
# characters. For example, 061C is considered by Perl to be Arabic, though
|
# 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
|
# is it not listed as such in the Unicode Scripts.txt file, and 2066-2069 are
|
||||||
|
|
Loading…
Reference in New Issue