leiningen/leiningen-core/test/resources
Iván Perdomo ae9ae4825d
[#2272] Use clojure.edn/read-string to read profiles files
Using clojure.edn/read-string results in nil instead of an exception

    user=> (edn/read-string "")
    nil
    user=> (read-string "")
    RuntimeException EOF while reading  clojure.lang.Util.runtimeException (Util.java:221)
2017-05-09 05:58:06 +02:00
..
profiles-empty.clj [#2272] Use clojure.edn/read-string to read profiles files 2017-05-09 05:58:06 +02:00
profiles.clj [#2272] Use clojure.edn/read-string to read profiles files 2017-05-09 05:58:06 +02:00