Features: add "intl-normative-optional"

This commit is contained in:
Rick Waldron 2020-11-02 12:46:37 -05:00
parent 20b11bee0f
commit 82f38efbab
5 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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();

View File

@ -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();

View File

@ -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();

View File

@ -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();