Reading empty vector should be identical? to empty vector
borkdude opened this issue · comments
Michiel Borkent commented
This should return true:
(identical? [] (e/parse-string "[]"))
Michiel Borkent commented
Oh this is actually not true for tools.reader or LispReader, so closing:
user=> (identical? [] (r/read-string "[]"))
false
user=> (identical? [] (read-string "[]"))
false