Closed Bug 410263 Opened 17 years ago Closed 12 years ago

[e4x.@a].toSource() continue to keep xml entities

Categories

(Core :: JavaScript Engine, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: BijuMailList, Unassigned)

References

Details

assuming bug 410192 will be fixed soon, still there is issue in [e4x.@a].toSource(); when we do to source of an e4x attribute the xml entities are not transformed to equivalent C style escaped strings. [(<a b="ddd ddd<>"><c>c</c></a>).@b].toSource(); before bug 410192 fix gives ==> [ddd&#xA;ddd&lt;>] Expected ==> ["ddd\nddd<>"] ie, it should be equivalent to [""+(<a b="ddd ddd<>"><c>c</c></a>).@b].toSource()
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.