mirror of https://github.com/tc39/test262.git
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.b if y is -∞, throw a RangeError exception.
|
||||
features: [Intl.NumberFormat-v3]
|
||||
features: [Intl.NumberFormat-v3]
|
||||
---*/
|
||||
|
||||
const nf = new Intl.NumberFormat();
|
||||
|
|
Loading…
Reference in New Issue