From 5fb0f5b6d2d526fb4c716042f62c912704126e1a Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Sat, 5 Mar 2022 01:31:13 -0800 Subject: [PATCH] Remove SPACES before features --- .../prototype/formatRangeToParts/x-greater-than-y-throws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/NumberFormat/prototype/formatRangeToParts/x-greater-than-y-throws.js b/test/intl402/NumberFormat/prototype/formatRangeToParts/x-greater-than-y-throws.js index 719f1bee00..ab264b92e6 100644 --- a/test/intl402/NumberFormat/prototype/formatRangeToParts/x-greater-than-y-throws.js +++ b/test/intl402/NumberFormat/prototype/formatRangeToParts/x-greater-than-y-throws.js @@ -18,7 +18,7 @@ info: | (...) 1.1.21_4.a if y is a mathematical value and y < 0, throw a RangeError exception. 1.1.21_4.b if y is -∞, throw a RangeError exception. - features: [Intl.NumberFormat-v3] +features: [Intl.NumberFormat-v3] ---*/ const nf = new Intl.NumberFormat();