summary refs log tree commit diff stats
path: root/tests/js/testobjs.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #10005recloser2018-12-151-0/+17
|
* make JS tests greenAndreas Rumpf2018-08-131-1/+1
|
* fixes #6035Araq2017-06-301-1/+19
|
* Enabled taddr and testobjs testsyglukhov2015-05-271-4/+8
|
* Fixing extraneous semicolon in jsgen outputjuxiliary2014-12-061-0/+34
jsgen was producing javascript objects like this ``` {, name:"foo"} ``` causing syntax errors in javascript interpretors.