Bug 55625 - REGRESSION (r72493): Regexp exec doesn't work correctly on specific pattern
Summary: REGRESSION (r72493): Regexp exec doesn't work correctly on specific pattern
Status: RESOLVED DUPLICATE of bug 55520
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P5 Blocker
Assignee: Nobody
URL: http://tinymce.moxiecode.com/safari/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 15:26 PST by Moxiecode Systems
Modified: 2011-03-02 19:52 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moxiecode Systems 2011-03-02 15:26:07 PST
Description:
Regexp doesn't return correct value on latest nightly and nightly builds after r72493.

Steps to reproduce:

1. Open the attached URL: http://tinymce.moxiecode.com/safari/regexp.html
2. Click the test link.
3. Observe that it's failing.
4. Observe that it doesn't fail on nightly builds before r72493.

Expected result:
The regexp should return the correct value as other browsers do and builds before r72493.

Actual result:
It's returning null so there seems to be an issue with back references.
Comment 1 Ryosuke Niwa 2011-03-02 17:42:38 PST
Is this a duplicate of the bug 54978?
Comment 2 Alexey Proskuryakov 2011-03-02 19:52:52 PST
It is, but it is also exactly the same as bug 55520.

*** This bug has been marked as a duplicate of bug 55520 ***