summary refs log tree commit diff stats
path: root/tests/js/tdollar_float.nim
Commit message (Collapse)AuthorAgeFilesLines
* `$(a: float)` now works consistently in nim js, avoiding printing floats as ↵Timothee Cour2020-04-271-0/+62
ints (#14134) * fix https://github.com/timotheecour/Nim/issues/133; $(a: float) works in nim js like in other backends * fix tests * fix test for windows that prints 1.1e17 differently than other OS