Comment #6 on issue 182 by [email protected]: PCRE has changed, resulting in newly failing regex tests. http://code.google.com/p/v8/issues/detail?id=182
It is still failing for one reason: We treat the non-standard escape \8 as "8", they treat it as "\\8". This is deliberate (there isn't a consensus among browsers although Firefox and Safari agrees). The test should be rebaselined. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
