fix test file

pull/10/head
Matthew Butterick 7 years ago
parent 85759404e9
commit d5079d88ce

@ -1,13 +1,11 @@
#lang jsonic-demo #lang jsonic-demo
// a line comment // a line comment
[ [
@$ 'null $@, @$ 'null $@,
@$ #f $@, @$ (* 6 7) $@,
@$ #t $@, @$ (= 2 (+ 1 1)) $@,
@$ (* 6 7) $@, @$ (list "array" "of" "strings") $@,
@$ "string" $@, @$ (hash 'key-1 'null
@$ (list "array" "of" "strings") $@, 'key-2 (even? 3)
@$ (hash 'key-1 42 'key-3 (hash 'subkey 21)) $@
'key-2 "value"
'key-3 (hash 'subkey 21)) $@
] ]
Loading…
Cancel
Save