mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
correct test result in NumberFormat/...value-decimal-string.js
This commit is contained in:
parent
2b2d35de69
commit
6fecbe5257
@ -18,7 +18,7 @@ assert.sameValue(nf.format('100000'), '100,000');
|
||||
// input is the string "-Infinity".
|
||||
assert.sameValue(nf.format('-100000'), '-100,000');
|
||||
|
||||
assert.sameValue(nf.format('1.0000000000000001'), '1.0000000000000001');
|
||||
assert.sameValue(nf.format('-1.0000000000000001'), '1.0000000000000001');
|
||||
assert.sameValue(nf.format('1.0000000000000001'), '1');
|
||||
assert.sameValue(nf.format('-1.0000000000000001'), '-1');
|
||||
assert.sameValue(nf.format('987654321987654321'), '987,654,321,987,654,321');
|
||||
assert.sameValue(nf.format('-987654321987654321'), '-987,654,321,987,654,321');
|
||||
|
Loading…
x
Reference in New Issue
Block a user