Closed
Bug 581067
Opened 14 years ago
Closed 14 years ago
U+FEFF should be a WhiteSpace character (change in ES5 from ES3)
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla2.0b3
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
(deleted),
patch
|
cdleary
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #459480 -
Flags: review?(cdleary)
Comment 2•14 years ago
|
||
Comment on attachment 459480 [details] [diff] [review]
Patch and slight test
+ return w == 0xFEFF || (JS_CCODE(w) & 0x00070000) == 0x00040000;
r=me with a factored out const jschar BOM value.
Attachment #459480 -
Flags: review?(cdleary) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•