summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/010/json.tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/010/json.tl b/tests/010/json.tl
index 8d414b2e..46bcc23d 100644
--- a/tests/010/json.tl
+++ b/tests/010/json.tl
@@ -150,8 +150,8 @@
(file-get-jsons name) (1.0 t null)
(file-get-string name) "1\ntrue\nnull\n"
(command-put-json `cat > @name` #(#() #())) t
- (file-get-string name) "[[],[]]\n")
+ (file-get-string name) "[[],[]]\n"
(command-get-json `cat @name`) #(#() #())
(command-put-jsons `cat > @name` '(#() 1.0 nil)) t
(file-get-string name) "[]\n1\nfalse\n"
- (command-get-jsons `cat @name`) '(#() 1.0 nil))
+ (command-get-jsons `cat @name`) (#() 1.0 nil)))