From f541d991f94d9f76c219aac62706abfde073e879 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Tue, 12 Jul 2022 11:35:35 -0700 Subject: [PATCH] Remove comments after PR92 https://github.com/tc39/proposal-intl-numberformat-v3/pull/92/files --- .../intl402/NumberFormat/test-option-useGrouping-extended.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/intl402/NumberFormat/test-option-useGrouping-extended.js b/test/intl402/NumberFormat/test-option-useGrouping-extended.js index beec2b5e54..73f97dd46d 100644 --- a/test/intl402/NumberFormat/test-option-useGrouping-extended.js +++ b/test/intl402/NumberFormat/test-option-useGrouping-extended.js @@ -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] ---*/