Closed
Bug 330221
Opened 19 years ago
Closed 19 years ago
Inner RegExps with global option failes some times.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: spocke, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Inner regexps tests like "/a/g.test('a')" failes the second time it gets executed.
Reproducible: Always
Steps to Reproduce:
1. Go to the test case URL for the bug.
2. Click the Run test and observe the correct results.
3. Click the Run test again and observe the incorrect results.
Expected Results:
It should always return true on both tests.
Updated•19 years ago
|
Assignee: nobody → general
Component: General → JavaScript Engine
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
dupe. bug 98409, bug 237111, and bug 286259.
*** This bug has been marked as a duplicate of 98409 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•