mirror of https://github.com/tc39/test262.git
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
|
||||
Intl.DateTimeFormat-fractionalSecondDigits
|
||||
|
||||
# Intl "normative optional"
|
||||
# https://tc39.es/ecma402/#legacy-constructor
|
||||
intl-normative-optional
|
||||
|
||||
# Global
|
||||
# https://github.com/tc39/proposal-global
|
||||
globalThis
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-unwrapdatetimeformat
|
|||
description: >
|
||||
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
||||
author: Yusuke Suzuki
|
||||
features: [intl-normative-optional]
|
||||
---*/
|
||||
|
||||
let object = new Intl.DateTimeFormat();
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-intl.datetimeformat
|
|||
description: >
|
||||
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
||||
author: Yusuke Suzuki
|
||||
features: [intl-normative-optional]
|
||||
---*/
|
||||
|
||||
let object = new Intl.DateTimeFormat();
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-unwrapnumberformat
|
|||
description: >
|
||||
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
||||
author: Yusuke Suzuki
|
||||
features: [intl-normative-optional]
|
||||
---*/
|
||||
|
||||
let object = new Intl.NumberFormat();
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-intl.numberformat
|
|||
description: >
|
||||
Tests that [[FallbackSymbol]]'s [[Description]] is "IntlLegacyConstructedSymbol" if normative optional is implemented.
|
||||
author: Yusuke Suzuki
|
||||
features: [intl-normative-optional]
|
||||
---*/
|
||||
|
||||
let object = new Intl.NumberFormat();
|
||||
|
|
Loading…
Reference in New Issue