Re: [pcre-dev] PCRE2 POSIX newline matching

Página superior
Eliminar este mensaje
Autor: ph10
Fecha:  
A: Ralf Junker
Cc: pcre-dev
Asunto: 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