Closed
Bug 297025
Opened 20 years ago
Closed 12 years ago
e4x/TypeConversion/10.2.1.js - XML.toXMLString
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bc, Unassigned)
References
()
Details
Attachments
(1 file)
|
4.59 KB,
patch
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•20 years ago
|
||
Checking in 10.2.1.js; /cvsroot/mozilla/js/tests/e4x/TypeConversion/10.2.1.js,v <-- 10.2.1.js new revision: 1.4; previous revision: 1.3 done This bug is about the failure of section 5 of this test which tests text containing spaces, \t, \r, \n when XML.prettyPrinting=false. We strip the \r although 10.2.1 Step 4.b.i calls 10.2.1.1 EscapeElementValue ( s ) which should just copy the whitespace.
Comment 2•20 years ago
|
||
Oops, right you are -- the JS scanner actually strips the \r when canonicalizing raw user lines into buffered scanner lines. /be
Summary: e4x 10.2.1 - XML.toXMLString → e4x 10.2.1 - XML.toXMLString
| Reporter | ||
Updated•19 years ago
|
Flags: testcase+
| Reporter | ||
Updated•19 years ago
|
Summary: e4x 10.2.1 - XML.toXMLString → e4x/TypeConversion/10.2.1.js - XML.toXMLString
| Reporter | ||
Comment 3•18 years ago
|
||
section 10,11's serialization has changed on 1.8.1, 1.9.0. updating test to reflect equivalent serialization. /cvsroot/mozilla/js/tests/e4x/TypeConversion/10.2.1.js,v <-- 10.2.1.js new revision: 1.6; previous revision: 1.5 section 5 still fails.
Comment 4•12 years ago
|
||
E4X will be removed again from Spidermonkey (bug 788293)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•