Closed
Bug 224951
Opened 22 years ago
Closed 22 years ago
testcase regress-57631.js is erroneous
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
People
(Reporter: zack-weg, Assigned: pschwartau)
Details
Attachments
(1 file)
|
1.60 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007
Build Identifier:
The testcase expects SyntaxErrors, but fails to report the absence of an error.
Because the pattern "()" isn't illegal, it should report an failure on it (but
this pattern should be fixed too). Also, "\d{s}" is invalid in ECMA, but we
accept it nevertheless.
Reproducible: Always
Steps to Reproduce:
| Assignee | ||
Comment 2•22 years ago
|
||
Zack: good catch!!! Confirming bug; assigning to self -
Assignee: general → PhilSchwartau
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•22 years ago
|
||
I've checked in Zack's patch with an attribution; marking FIXED -
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•