« Bugzilla Issues Index
#4542 — Punctuator production definition differs in 11.7 and A.1
- bug_id:
4542
- creation_ts:
2015-09-28 13:20:00 -0700
- short_desc:
Punctuator production definition differs in 11.7 and A.1
- delta_ts:
2015-10-28 11:06:11 -0700
- product:
ECMA-262 Edition 6
- component:
editorial issues
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Jesse McCarthy
- assigned_to:
Allen Wirfs-Brock
- commentid:
14708
- comment_count:
0
- who:
Jesse McCarthy
- bug_when:
2015-09-28 13:20:18 -0700
In both the HTML and PDF versions there is a discrepancy in the terminal symbols of the `Punctuator` production as enumerated in 11.7 and A.1.
11.7 includes `...` and omits `}`.
A.1 includes `}` and omits `...`. I assume this is the error (that this part should match 11.7).