fix test file

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

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