mirror of https://github.com/tc39/test262.git
commit
4182972a49
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description: Checks the order of getting "calendar" and "numberingSystem" options in the
|
description: >
|
||||||
|
Checks the order of getting "calendar" and "numberingSystem" options in the
|
||||||
DateTimeFormat is between "localeMatcher" and "hour12" options.
|
DateTimeFormat is between "localeMatcher" and "hour12" options.
|
||||||
info: |
|
info: |
|
||||||
4. Let _matcher_ be ? GetOption(_options_, `"localeMatcher"`, `"string"`, « `"lookup"`, `"best fit"` », `"best fit"`).
|
4. Let _matcher_ be ? GetOption(_options_, `"localeMatcher"`, `"string"`, « `"lookup"`, `"best fit"` », `"best fit"`).
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description: Checks the DateTimeFormat choose different patterns based
|
description: >
|
||||||
|
Checks the DateTimeFormat choose different patterns based
|
||||||
on calendar.
|
on calendar.
|
||||||
locale: [en]
|
locale: [en]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description: Checks the DateTimeFormat choose different patterns based
|
description: >
|
||||||
|
Checks the DateTimeFormat choose different patterns based
|
||||||
on calendar.
|
on calendar.
|
||||||
locale: [en]
|
locale: [en]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -3,16 +3,17 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-initializenumberformat
|
esid: sec-initializenumberformat
|
||||||
description: Checks the order of getting "numberingSystem" option in the
|
description: >
|
||||||
|
Checks the order of getting "numberingSystem" option in the
|
||||||
NumberFormat is between "localeMatcher" and "style" options.
|
NumberFormat is between "localeMatcher" and "style" options.
|
||||||
info: |
|
info: |
|
||||||
InitializeNumberFormat ( _numberFormat_, _locales_, _options_ )
|
InitializeNumberFormat ( _numberFormat_, _locales_, _options_ )
|
||||||
|
|
||||||
5. Let _matcher_ be ? GetOption(_options_, `"localeMatcher"`, `"string"`, « `"lookup"`, `"best fit"` », `"best fit"`).
|
5. Let _matcher_ be ? GetOption(_options_, `"localeMatcher"`, `"string"`, « `"lookup"`, `"best fit"` », `"best fit"`).
|
||||||
...
|
...
|
||||||
7. Let _numberingSystem_ be ? GetOption(_options_, `"numberingSystem"`, `"string"`, *undefined*, *undefined*).
|
7. Let _numberingSystem_ be ? GetOption(_options_, `"numberingSystem"`, `"string"`, *undefined*, *undefined*).
|
||||||
...
|
...
|
||||||
17. Let _style_ be ? GetOption(_options_, `"style"`, `"string"`, « `"decimal"`, `"percent"`, `"currency"` », `"decimal"`).
|
17. Let _style_ be ? GetOption(_options_, `"style"`, `"string"`, « `"decimal"`, `"percent"`, `"currency"` », `"decimal"`).
|
||||||
|
|
||||||
includes: [compareArray.js]
|
includes: [compareArray.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue