Remove comments after PR92

https://github.com/tc39/proposal-intl-numberformat-v3/pull/92/files
This commit is contained in:
Frank Yung-Fong Tang 2022-07-12 11:35:35 -07:00 committed by Philip Chimento
parent e6b4558ae8
commit f541d991f9
1 changed files with 1 additions and 4 deletions

View File

@ -7,10 +7,7 @@ esid: sec-initializenumberformat
description: Tests that the option useGrouping is processed correctly.
info: |
The "Intl.NumberFormat v3" proposal contradicts the behavior required by the
latest revision of ECMA402. Likewise, this test contradicts
test-option-useGrouping.js. Until the proposal is included in a published
standard (when the tests' discrepancies can be resolved), implementations
should only expect to pass one of these two tests.
latest revision of ECMA402.
features: [Intl.NumberFormat-v3]
---*/