summary refs log tree commit diff stats
path: root/tests/js/testobjs.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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.
d='n23' href='#n23'>23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47