mirror of https://github.com/tc39/test262.git
Correct features to Intl.DateTimeFormat-dayPeriod (#2222)
This commit is contained in:
parent
77f6cfb2aa
commit
281c7ff5d0
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-initializedatetimeformat
|
||||
description: Checks basic handling of dayPeriod, long format.
|
||||
features: [Intl.DateTimeFormat-datetimestyle]
|
||||
features: [Intl.DateTimeFormat-dayPeriod]
|
||||
locale: [en-US]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-initializedatetimeformat
|
||||
description: Checks basic handling of dayPeriod, narrow format.
|
||||
features: [Intl.DateTimeFormat-datetimestyle]
|
||||
features: [Intl.DateTimeFormat-dayPeriod]
|
||||
locale: [en-US]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-initializedatetimeformat
|
||||
description: Checks basic handling of dayPeriod, short format.
|
||||
features: [Intl.DateTimeFormat-datetimestyle]
|
||||
features: [Intl.DateTimeFormat-dayPeriod]
|
||||
locale: [en-US]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-initializedatetimeformat
|
||||
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);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-initializedatetimeformat
|
||||
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);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-initializedatetimeformat
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue