Closed
Bug 2157
Opened 26 years ago
Closed 26 years ago
JS regexp anchoring on empty match bug
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: brendan, Assigned: brendan)
References
()
Details
The test URL should evaluate to [''] and not null.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 1•26 years ago
|
||
Fixed in SpiderMonkey140_BRANCH and SpiderMonkeyDev_BRANCH -- someone should
update the trunk of mozilla/js/src soon.
/be
Updated•26 years ago
|
QA Contact: 4590
Comment 2•26 years ago
|
||
Christine! you're listed as QA contact for JS. Sorry!
hey i do some stuff around here. just not that pesky DOM stuff.
verified on today's SpiderMonkeyDev_BRANCH. the test case is
/ns/js/tests/ecma_2/RegExp/regress-001.js.
re: updating the trunk: i'll ask fur.
Changing component to "Javascript Engine". "Javascript" component is being
retired.
You need to log in
before you can comment on or make changes to this bug.
Description
•