mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 15:34:29 +02:00
Correct features to Intl.DateTimeFormat-dayPeriod (#2222)
This commit is contained in:
parent
77f6cfb2aa
commit
281c7ff5d0
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description: Checks basic handling of dayPeriod, long format.
|
description: Checks basic handling of dayPeriod, long format.
|
||||||
features: [Intl.DateTimeFormat-datetimestyle]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
locale: [en-US]
|
locale: [en-US]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description: Checks basic handling of dayPeriod, narrow format.
|
description: Checks basic handling of dayPeriod, narrow format.
|
||||||
features: [Intl.DateTimeFormat-datetimestyle]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
locale: [en-US]
|
locale: [en-US]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -4,7 +4,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-datetimestyle]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
locale: [en-US]
|
locale: [en-US]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description: Checks basic handling of dayPeriod, long format.
|
description: Checks basic handling of dayPeriod, long format.
|
||||||
features: [Intl.DateTimeFormat-datetimestyle]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-initializedatetimeformat
|
esid: sec-initializedatetimeformat
|
||||||
description: Checks basic handling of dayPeriod, narrow format.
|
description: Checks basic handling of dayPeriod, narrow format.
|
||||||
features: [Intl.DateTimeFormat-datetimestyle]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||||
|
@ -4,7 +4,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-datetimestyle]
|
features: [Intl.DateTimeFormat-dayPeriod]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
const d0000 = new Date(2017, 11, 12, 0, 0, 0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user