mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 20:44:43 +02:00
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
|
esid: sec-createdatetimeformat
|
||||||
description: Checks basic handling of dayPeriod, long format.
|
description: Checks basic handling of dayPeriod, long format.
|
||||||
features: [Intl.DateTimeFormat-dayPeriod]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-createdatetimeformat
|
esid: sec-createdatetimeformat
|
||||||
description: Checks basic handling of dayPeriod, narrow format.
|
description: Checks basic handling of dayPeriod, narrow format.
|
||||||
features: [Intl.DateTimeFormat-dayPeriod]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description: Checks basic handling of dayPeriod, short format.
|
description: Checks basic handling of dayPeriod, short format.
|
||||||
features: [Intl.DateTimeFormat-dayPeriod]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-createdatetimeformat
|
esid: sec-createdatetimeformat
|
||||||
description: Checks basic handling of fractionalSecondDigits.
|
description: Checks basic handling of fractionalSecondDigits.
|
||||||
features: [Intl.DateTimeFormat-fractionalSecondDigits]
|
features: [Intl.DateTimeFormat-fractionalSecondDigits]
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const d1 = new Date(2019, 7, 10, 1, 2, 3, 234);
|
const d1 = new Date(2019, 7, 10, 1, 2, 3, 234);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-createdatetimeformat
|
esid: sec-createdatetimeformat
|
||||||
description: Checks basic handling of fractionalSecondDigits.
|
description: Checks basic handling of fractionalSecondDigits.
|
||||||
features: [Intl.DateTimeFormat-fractionalSecondDigits]
|
features: [Intl.DateTimeFormat-fractionalSecondDigits]
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const d1 = new Date(2019, 7, 10, 1, 2, 3, 234);
|
const d1 = new Date(2019, 7, 10, 1, 2, 3, 234);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user