Autor: Ralf Junker
Datum:
To: pcre-dev@exim.org
Betreff: [pcre-dev] PCRE2 SVN 540 test failures with non-standard
NEWLINE_DEFAULT
The PCRE2 tests added in SVN 540 do not work if the PCRE2 library is
compiled with a NEWLINE_DEFAULT other than 2.
Could you please change the new tests to
/[aC]/mg,firstline,newline=lf
match\nmatch
/[aCz]/mg,firstline,newline=lf
match\nmatch
or add
#newline_default lf
to the beginning of the testinput17 file?
Many other test files also use either of the two to accommodate for
non-standard NEWLINE_DEFAULT.
Thanks,
Ralf