Re: [pcre-dev] PCRE2 POSIX newline matching

Inizio della pagina
Delete this message
Autore: ph10
Data:  
To: Ralf Junker
CC: pcre-dev
Oggetto: Re: [pcre-dev] PCRE2 POSIX newline matching
On Sat, 5 Sep 2015, Ralf Junker wrote:

> For me, newline == CRLF causes just testinput18 to fail.


I get many more failures, including a lot in testinput1. For example:

 /(?m)^.*B/
     abc\nB
- 0: B
+ 0: abc\x0aB


I am surprised you don't see those.

Philip

--
Philip Hazel