« Bugzilla Issues Index
#4294 — 12.1.1 BasicFormatMatcher: Incorrect call to ArrayCreateFromList + editorial
- bug_id:
4294
- creation_ts:
2015-04-16 10:38:00 -0700
- short_desc:
12.1.1 BasicFormatMatcher: Incorrect call to ArrayCreateFromList + editorial
- delta_ts:
2015-04-16 20:43:41 -0700
- product:
Internationalization - ECMA-402
- component:
Specification
- version:
Edition 2.0 drafts
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Rick Waldron
- cc:
waldron.rick
- commentid:
14206
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-04-16 10:38:53 -0700
12.1.1 BasicFormatMatcher:
Step 10: The `formats` argument is an Array object (per 12.2.3 Internal Properties), so the call to ArrayCreateFromList does not make sense. ArrayCreateFromList must be called with a List parameter.
Maybe change steps 10-11 to:
> 10. Assert: formats is an Array object.
Step 13.c.iii: Omit "then"
Step 13.c.iv: Omit "then"
- commentid:
14210
- comment_count:
1
- who:
Rick Waldron
- bug_when:
2015-04-16 12:00:31 -0700
> Maybe change steps 10-11 to:
> 10. Assert: formats is an Array object.
Fixed.
> Step 13.c.iii: Omit "then"
> Step 13.c.iv: Omit "then"
Fixed