« Bugzilla Issues Index
#4234 — 21.2.5.2.3 AdvanceStringIndex: Invalid assertion, ≤ instead of <
- bug_id:
4234
- creation_ts:
2015-03-27 08:01:00 -0700
- short_desc:
21.2.5.2.3 AdvanceStringIndex: Invalid assertion, ≤ instead of <
- delta_ts:
2015-04-03 12:35:34 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 36: March 17, 2015 Release Candidate 3
- 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:
13951
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-03-27 08:01:30 -0700
21.2.5.2.3 AdvanceStringIndex ( S, index, unicode )
Step 2 needs to be changed to:
> Assert: index is an integer such that 0≤index≤2^53-1.
That means ≤ instead of < .
- commentid:
13996
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-01 11:17:55 -0700
fixed in rev37 editor's draft
- commentid:
14067
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-03 12:35:34 -0700
In Rev37