Closed
Bug 4191
Opened 26 years ago
Closed 26 years ago
JavaScript functions "escape" and "unescape" don't work correctly.
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: potanin, Assigned: norrisboyd)
Details
Function escape("+") returned "+", but no "%2b".
So function unescape("+") returned "+", but no " ".
Sorry my bad English!
Assignee | ||
Comment 1•26 years ago
|
||
This is correct per ECMA 15.1.2.4. The plus sign is not escaped.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Javacsript component begin retired. Moving this bug to Javascript Engine.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified Invalid
You need to log in
before you can comment on or make changes to this bug.
Description
•