summary refs log tree commit diff stats
path: root/tests/js/tclosures.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make copies for params which are captured in closures. Fixes #7048 (#10050)rec2018-12-201-0/+44
| | | | | * Copy params which are captured in closures. Fixes #7048 * Forgot to emit a newline; minor adjustments to the test
* make JS tests greenAndreas Rumpf2018-08-131-1/+1
|
* make tests green againAndreas Rumpf2017-09-301-8/+8
|
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
|
* Added js closures test. Fixes #3132.Yuriy Glukhov2016-04-071-0/+51