mirror of https://github.com/tc39/test262.git
Correct Intl.DateTimeFormat and Intl.DisplayNames metadata incorrectly identifying tests for 'en' locale as tests for 'en-US'
This commit is contained in:
parent
39168e26c8
commit
86b6eee25b
|
@ -5,7 +5,7 @@
|
|||
esid: sec-createdatetimeformat
|
||||
description: Checks basic handling of dayPeriod, long format.
|
||||
features: [Intl.DateTimeFormat-dayPeriod]
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
---*/
|
||||
|
||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-createdatetimeformat
|
||||
description: Checks basic handling of dayPeriod, narrow format.
|
||||
features: [Intl.DateTimeFormat-dayPeriod]
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
---*/
|
||||
|
||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-initializedatetimeformat
|
||||
description: Checks basic handling of dayPeriod, short format.
|
||||
features: [Intl.DateTimeFormat-dayPeriod]
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
---*/
|
||||
|
||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-createdatetimeformat
|
||||
description: Checks basic handling of fractionalSecondDigits.
|
||||
features: [Intl.DateTimeFormat-fractionalSecondDigits]
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
---*/
|
||||
|
||||
const d1 = new Date(2019, 7, 10, 1, 2, 3, 234);
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-createdatetimeformat
|
||||
description: Checks basic handling of fractionalSecondDigits.
|
||||
features: [Intl.DateTimeFormat-fractionalSecondDigits]
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
---*/
|
||||
|
||||
const d1 = new Date(2019, 7, 10, 1, 2, 3, 234);
|
||||
|
|
Loading…
Reference in New Issue