Skip to content
Snippets Groups Projects
Unverified Commit 73c2d517 authored by Daniel Ehrenberg's avatar Daniel Ehrenberg Committed by Leo Balter
Browse files

Fix toFixed test to invoke toString() properly

parent 7e87c739
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,5 @@ info: >
---*/
// Test from a note in the specification
assert.sameValue((1000000000000000128).toString(0), "1000000000000000100");
assert.sameValue((1000000000000000128).toString(), "1000000000000000100");
assert.sameValue((1000000000000000128).toFixed(0), "1000000000000000128");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment