Re: [pcre-dev] 7.7 Release Candidate available

Página Principal
Apagar esta mensagem
Autor: Issaana
Data:  
Para: Pcre-dev
Assunto: Re: [pcre-dev] 7.7 Release Candidate available
Hello,

>Or maybe simply both? The Regular Expression grammar in ECMA 262 does not
>allow for either to appear in an unmatched manner as far as I can tell.
>
>')' has always been rejected by all browsers (and pcre), right? This would
>have ruled out a check for it in Acid3 :)


The followings are simple Javascript code.
']'.match(/]/); // matched
')'.match(/)/); // occured syntax error
'}'.match(/}/); // matched

All breowsers are same result, and PCRE7.7 without PCRE_JAVASCRIPT_COMPAT is
same too.
The followings are browser that I tried on Windows.
IE 7.0.5730, Firefox 3.0b5, Safari 3.1.1, Opera 9.25

>> Anyway I wait for Safari, Opera and Firefox to be released publicly and
>> will check it once again.
>
>Please do so and let us know if you find anything disproving my
>interpretation. WebKit and Opera snapshots that should pass the test can


OK, I will do so if I will find anything...

Thanks,
Issaana