« Bugzilla Issues Index
#2352 — 21.2.1 and 21.2.2.10: RegExpUnicodeEscapeSequence missing leading "u"
- bug_id:
2352
- creation_ts:
2013-12-08 17:25:00 -0800
- short_desc:
21.2.1 and 21.2.2.10: RegExpUnicodeEscapeSequence missing leading "u"
- delta_ts:
2014-05-30 18:17:21 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 21: November 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
VERIFIED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Norbert
- assigned_to:
Allen Wirfs-Brock
- commentid:
6889
- comment_count:
0
- who:
Norbert
- bug_when:
2013-12-08 17:25:06 -0800
The productions
RegExpUnicodeEscapeSequence :: LeadSurrogate \u TrailSurrogate
in 21.2.1 and 21.2.2.10 are missing a leading "u" - they should be
RegExpUnicodeEscapeSequence :: u LeadSurrogate \u TrailSurrogate
The production chain using RegExpUnicodeEscapeSequence (Atom -> AtomEscape) provides a leading "\", but not the "u".
- commentid:
7345
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-17 10:57:28 -0800
fixed in rev23 editor's draft
- commentid:
7573
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:30:48 -0700
fixed in rev23 draft
- commentid:
8692
- comment_count:
3
- who:
Norbert
- bug_when:
2014-05-30 18:17:21 -0700
Verified in rev 25 draft.