summary refs log tree commit diff stats
path: root/tests/js/tclosures.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix noDecl => nodecl (#16760)Timothee Cour2021-01-201-1/+1
| | | | | | | * fix noDecl => nodecl * address comment * disable flaky tests/stdlib/thttpclient.nim on freebsd
* clean up deprecated stuff and unused imports in tests (#13059)Miran2020-01-071-4/+4
|
* 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