mirror of
https://github.com/tc39/test262.git
synced 2025-07-30 01:14:56 +02:00
Features: add "intl-normative-optional"
This commit is contained in:
parent
20b11bee0f
commit
82f38efbab
@ -116,6 +116,10 @@ Intl.DateTimeFormat-quarter
|
|||||||
# https://github.com/tc39/ecma402/pull/347
|
# https://github.com/tc39/ecma402/pull/347
|
||||||
Intl.DateTimeFormat-fractionalSecondDigits
|
Intl.DateTimeFormat-fractionalSecondDigits
|
||||||
|
|
||||||
|
# Intl "normative optional"
|
||||||
|
# https://tc39.es/ecma402/#legacy-constructor
|
||||||
|
intl-normative-optional
|
||||||
|
|
||||||
# Global
|
# Global
|
||||||
# https://github.com/tc39/proposal-global
|
# https://github.com/tc39/proposal-global
|
||||||
globalThis
|
globalThis
|
||||||
|
@ -6,6 +6,7 @@ esid: sec-unwrapdatetimeformat
|
|||||||
description: >
|
description: >
|
||||||
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
||||||
author: Yusuke Suzuki
|
author: Yusuke Suzuki
|
||||||
|
features: [intl-normative-optional]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let object = new Intl.DateTimeFormat();
|
let object = new Intl.DateTimeFormat();
|
||||||
|
@ -6,6 +6,7 @@ esid: sec-intl.datetimeformat
|
|||||||
description: >
|
description: >
|
||||||
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
||||||
author: Yusuke Suzuki
|
author: Yusuke Suzuki
|
||||||
|
features: [intl-normative-optional]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let object = new Intl.DateTimeFormat();
|
let object = new Intl.DateTimeFormat();
|
||||||
|
@ -6,6 +6,7 @@ esid: sec-unwrapnumberformat
|
|||||||
description: >
|
description: >
|
||||||
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
||||||
author: Yusuke Suzuki
|
author: Yusuke Suzuki
|
||||||
|
features: [intl-normative-optional]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let object = new Intl.NumberFormat();
|
let object = new Intl.NumberFormat();
|
||||||
|
@ -6,6 +6,7 @@ esid: sec-intl.numberformat
|
|||||||
description: >
|
description: >
|
||||||
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
||||||
author: Yusuke Suzuki
|
author: Yusuke Suzuki
|
||||||
|
features: [intl-normative-optional]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let object = new Intl.NumberFormat();
|
let object = new Intl.NumberFormat();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user