diff options
Diffstat (limited to 'tests/010/json.tl')
-rw-r--r-- | tests/010/json.tl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/010/json.tl b/tests/010/json.tl index f613c93a..d419295f 100644 --- a/tests/010/json.tl +++ b/tests/010/json.tl @@ -189,3 +189,6 @@ (tojson 1) "1" (tojson 123123123123123123123123123123) "123123123123123123123123123123" (tojson '(1 2 3 4 5)) "[1,2,3,4,5]") + +(test + (get-json "[1, 2, ; foo\n 3]") #(1.0 2.0 3.0)) |