summary refs log tree commit diff stats
path: root/tests/js/tbyvar.nim
Commit message (Collapse)AuthorAgeFilesLines
* `$(a: float)` now works consistently in nim js, avoiding printing floats as ↵Timothee Cour2020-04-271-5/+6
| | | | | | | | | 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
* fixes a JS codegen regressionAndreas Rumpf2017-07-101-0/+18
|
* fixes #5608Andreas Rumpf2017-07-091-0/+43
|
* Fixes #5244 (#5245)Yuriy Glukhov2017-01-181-0/+10
|
* JS: Fixed ICE on ptr assignmentYuriy Glukhov2016-09-201-0/+8
|
* Fixed passing byvarYuriy Glukhov2015-08-251-0/+10
|
* JS tests cleaned upAraq2014-12-171-3/+4
|
* fixes #1489, fixes #1490Araq2014-11-281-0/+32