cljs.user> (cljs.reader/read-string "#\"\\s\"")Compilation error: Error: Unexpected unicode escape \s
Comment made by: amadeoh
This in particular means that (cljs.reader/read-string (str [#"\s"])) won't work
Patch and test.
fixed https://github.com/clojure/clojurescript/commit/32259c5ff3f86ea086ae3949403df80c2f518c7e