Correct Intl.DateTimeFormat and Intl.DisplayNames metadata incorrectly identifying tests for 'en' locale as tests for 'en-US'

This commit is contained in:
Ben Allen 2024-03-25 20:44:03 -07:00 committed by Philip Chimento
parent 39168e26c8
commit 86b6eee25b
5 changed files with 5 additions and 5 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);