In Clojure, (:test "" 1) returns 1 while in ClojureScript it returns nil. Note that (get "" :test 1) returns 1 in both environment.
fixed, http://github.com/clojure/clojurescript/commit/a1fa14b8786d5a827980bf83d81f7ebb6b13f249
In Clojure, (:test "" 1) returns 1 while in ClojureScript it returns nil. Note that (get "" :test 1) returns 1 in both environment.