« Bugzilla Issues Index
#3243 — 12.1.1 Early Errors: Inconsistent handling of escape sequence in keywords
- bug_id:
3243
- creation_ts:
2014-09-19 09:15:00 -0700
- short_desc:
12.1.1 Early Errors: Inconsistent handling of escape sequence in keywords
- delta_ts:
2014-10-14 15:17:58 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 27: August 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
10210
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-09-19 09:15:39 -0700
12.1.1 Static Semantics: Early Errors
Rev27 removed the early error restrictions for escape sequences in ReservedWord.
This is now allowed:
---
"use strict"; \u0069f;
---
But this one is still an error:
---
"use strict"; \u0069mplements;
---
- commentid:
10231
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-09-21 12:11:48 -0700
fixed in rev28 editor's draft
- commentid:
10461
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:17:58 -0700
fixed in rev28