Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 254 by [email protected]: RegExp.prototype.test doesn't update lastIndex on a global regexp correctly. http://code.google.com/p/v8/issues/detail?id=254 When calling the test method on a regexp with the global flag, the lastIndex property doesn't get set. It should be set just as it does for the exec method. -- 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 -~----------~----~----~----~------~----~------~--~---
