Closed Bug 566661 Opened 14 years ago Closed 14 years ago

q['\xC7'] decompiled as q.\xC7 (illegal character)

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 621814

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

js> (function() { q['\xC7']; })
(function () {q.\xC7;})

js> (function () {q.\xC7;})
typein:2: SyntaxError: illegal character:
typein:2: (function () {q.\xC7;})
typein:2: ................^
After bug 621814, we get the valid identifier q.\u00C7 for this.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.