Szerző: Philip Hazel Dátum: Címzett: Sheri CC: pcre-dev Régi témák: [pcre-dev] Odd behavior of \k Tárgy: Re: [pcre-dev] Odd behavior of \k
On Wed, 6 Apr 2011, Sheri wrote:
> And this pattern ^(\k)(\k)pqreeest$
>
> tested against the subject UU
>
> matches the first U
>
> Tested with pcretest using pcre 8.11 aka 8.12 shared library under Windows.
I've committed a patch that fixes this. It was compiling nonsense. Now
it gives a compile-time error, as does Perl.