diff options
author | Yuriy Glukhov <yutiy.glukhov@gmail.com> | 2016-02-29 16:57:30 +0200 |
---|---|---|
committer | Yuriy Glukhov <yutiy.glukhov@gmail.com> | 2016-02-29 17:53:52 +0200 |
commit | 1b4fc744dba1f3e83c543f1d8382c9215117c170 (patch) | |
tree | 71b05eb19b5d2c372f95aa7a21790568c944f269 /tests | |
parent | b893e0dbf5b13c157f827e71147fc8ba052e4746 (diff) | |
download | Nim-1b4fc744dba1f3e83c543f1d8382c9215117c170.tar.gz |
Fixed bad JS codegen for new json with tables. Added json to JS tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testament/categories.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index ff83379b8..150c55edc 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -223,7 +223,7 @@ proc jsTests(r: var TResults, cat: Category, options: string) = "varres/tvartup", "misc/tints", "misc/tunsignedinc"]: test "tests/" & testfile & ".nim" - for testfile in ["pure/strutils"]: + for testfile in ["pure/strutils", "pure/json"]: test "lib/" & testfile & ".nim" # ------------------------- manyloc ------------------------------------------- |