Closed
Bug 663300
Opened 13 years ago
Closed 13 years ago
If \u is not followed by four hex characters it must be a syntax error (mutatis mutandis for \x)
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
12.32 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
We currently incorrectly treat \u, \uAG, etc. as the literal characters following the \. test262 has a dozen or so (!) tests for this.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #538422 -
Flags: review?(nnethercote)
Comment 2•13 years ago
|
||
Comment on attachment 538422 [details] [diff] [review]
Patch and test, and test fixes
Review of attachment 538422 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #538422 -
Flags: review?(nnethercote) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Target Milestone: --- → mozilla7
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/5ba462e407f1
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•