Closed
Bug 374047
Opened 19 years ago
Closed 17 years ago
Uneval of E4X produces wrong results
Categories
(Rhino Graveyard :: E4X, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 460956
People
(Reporter: inonit, Unassigned)
Details
I'll elaborate this bug as I gather more information, but even the simplest case produces gibberish:
$ $jdk/bin/java -jar js.jar
Rhino 1.6 release 6 Pre 2007 03 07
js> uneval(<x> t </x>)
({0:{}})
Comment 1•17 years ago
|
||
This was caused by the missing toSource() in XML/XMLList.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•