« Bugzilla Issues Index
#2930 — 11.8.6 ambiguous definition for TemplateCharacter
- bug_id:
2930
- creation_ts:
2014-05-29 15:59:00 -0700
- short_desc:
11.8.6 ambiguous definition for TemplateCharacter
- delta_ts:
2014-07-18 23:32:01 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 25: May 22, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
guptha
- assigned_to:
Allen Wirfs-Brock
- cc:
["andrebargull", "gupta.rajagopal", "jorendorff"]
- commentid:
8684
- comment_count:
0
- who:
guptha
- bug_when:
2014-05-29 15:59:40 -0700
11.8.6: It is not clear whether TemplateCharacter includes LineTerminatorSequence or not. The SourceCharacter RHS should be:
SourceCharacter but not one of ` or \ or $
instead of:
SourceCharacter but not one of ` or \ or $ or LineTerminatorSequence
- commentid:
8689
- comment_count:
1
- who:
André Bargull
- bug_when:
2014-05-30 02:15:46 -0700
"TemplateCharacter :: LineTerminatorSequence" is special cased for \r -> \n line separator normalization, therefore it is not a member of the more general "TemplateCharacter :: SourceCharacter but not ..." rule.
See TV and TRV of "TemplateCharacter :: LineTerminatorSequence" for the normalization steps.
- commentid:
9163
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-12 08:31:42 -0700
moved the SourceCharacter rule to the end of the RHS list. Hopefully that will make it clearer.
- commentid:
9313
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-18 23:32:01 -0700
in rev26 draft