Re: [pcre-dev] 8.00 RC 1: PCRE_JAVASCRIPT_COMPAT and study …

Página superior
Eliminar este mensaje
Autor: Ralf Junker
Fecha:  
A: pcre-dev
Asunto: Re: [pcre-dev] 8.00 RC 1: PCRE_JAVASCRIPT_COMPAT and study error
Philip, did you read this message? I did not receive any response nor have there been any SVN commits since.

Would it be possible to give some feedback or address the issue before releasing PCRE 8.00?

Thanks,

Ralf

At 22:40 07.10.2009, Ralf Junker wrote:
>I do not have pcretest, but in my simulated test environment PCRE 8.00 RC 1 does not produce the following result correctly when the pattern *is studied*:
>
>/(\3)(\1)(a)/<JS>
>    cat
> 0: a
> 1: 
> 2: 
> 3: a

>
>With study, the pattern does not match. Without study, the result is OK. It works fine with PCRE 7.9, no matter if the pattern is studied or not.