Issue 158: /a|/ incorrectly identified as atom in Irregexp.
http://code.google.com/p/v8/issues/detail?id=158
New issue report by erik.corry:
The following returns false:
/a|/.test('a')
The root cause of this is that the has_character_escapes_ flag is not set,
thus the regexp is misidentified as an atom and matched with a simple
string search.
Issue attributes:
Status: Accepted
Owner: christian.plesner.hansen
Labels: Type-Bug Priority-Medium Irregexp
--
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
-~----------~----~----~----~------~----~------~--~---