mirror of https://github.com/tc39/test262.git
parent
49eee8bf9d
commit
ab046dc1ea
|
@ -13,7 +13,6 @@ info: |
|
|||
features: [Intl.DateTimeFormat-dayPeriod]
|
||||
---*/
|
||||
|
||||
|
||||
const invalidOptions = [
|
||||
"",
|
||||
"LONG",
|
||||
|
|
|
@ -13,7 +13,6 @@ info: |
|
|||
features: [Intl.DateTimeFormat-dayPeriod]
|
||||
---*/
|
||||
|
||||
|
||||
const validOptions = [
|
||||
[undefined, undefined],
|
||||
["long", "long"],
|
||||
|
|
|
@ -18,7 +18,6 @@ info: |
|
|||
26. Let matcher be ? GetOption(options, "formatMatcher", "string", « "basic", "best fit" », "best fit").
|
||||
includes: [compareArray.js]
|
||||
features: [Intl.DateTimeFormat-fractionalSecondDigits]
|
||||
|
||||
---*/
|
||||
|
||||
// Just need to ensure fractionalSecondDigits are get
|
||||
|
|
|
@ -10,7 +10,6 @@ info: |
|
|||
a. For each of the property names "weekday", "year", "quarter", "month", "day", do
|
||||
includes: [compareArray.js]
|
||||
features: [Intl.DateTimeFormat-quarter]
|
||||
|
||||
---*/
|
||||
|
||||
// Just need to ensure quarter are get between year and month.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: 12.1.1_22
|
||||
esid: sec-initializedatetimeformat
|
||||
description: >
|
||||
Tests that the behavior of a Record is not affected by
|
||||
adversarial changes to Object.prototype.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: 12.1.1_22
|
||||
esid: sec-initializedatetimeformat
|
||||
description: >
|
||||
Tests that the behavior of a Record is not affected by
|
||||
adversarial changes to Object.prototype.
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: 12.1.1_22
|
||||
esid: sec-initializedatetimeformat
|
||||
description: >
|
||||
Tests that the behavior of a Record is not affected by
|
||||
adversarial changes to Object.prototype.
|
||||
Tests that the behavior of a Record is not affected by adversarial changes to Object.prototype.
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DateTimeFormat-quarter]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue