archives

« Bugzilla Issues Index

#4294 — 12.1.1 BasicFormatMatcher: Incorrect call to ArrayCreateFromList + editorial


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"



> 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