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

View File

@ -7,10 +7,7 @@ esid: sec-initializenumberformat
description: Tests that the option useGrouping is processed correctly. description: Tests that the option useGrouping is processed correctly.
info: | info: |
The "Intl.NumberFormat v3" proposal contradicts the behavior required by the The "Intl.NumberFormat v3" proposal contradicts the behavior required by the
latest revision of ECMA402. Likewise, this test contradicts latest revision of ECMA402.
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.
features: [Intl.NumberFormat-v3] features: [Intl.NumberFormat-v3]
---*/ ---*/