Status: Accepted Owner: erik.corry Labels: Type-Bug Priority-Medium Irregexp
New issue 187 by christian.plesner.hansen: Captures made in regexp lookahead should be cleared on match failure http://code.google.com/p/v8/issues/detail?id=187 Matches from within lookahead are not cleared when the following expression fails to match the input. This expression, "foo".match(/(?:(?=(f)o)fx|)./) should yield ['f', ''] but currently yields ['f', 'f']. -- 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 -~----------~----~----~----~------~----~------~--~---
