From bc4af482b0292e868c55a0556dd32e6e5f0cd87a Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Sat, 5 Mar 2022 01:30:21 -0800 Subject: [PATCH] Fix features by removing leading space --- .../prototype/formatRange/x-greater-than-y-throws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/NumberFormat/prototype/formatRange/x-greater-than-y-throws.js b/test/intl402/NumberFormat/prototype/formatRange/x-greater-than-y-throws.js index 9b192d4bd3..45ccd67d84 100644 --- a/test/intl402/NumberFormat/prototype/formatRange/x-greater-than-y-throws.js +++ b/test/intl402/NumberFormat/prototype/formatRange/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();