mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 23:14:47 +02:00
Fix features by removing leading space
This commit is contained in:
parent
f7fb969cc4
commit
bc4af482b0
@ -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.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.
|
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();
|
const nf = new Intl.NumberFormat();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user