Details
Description
If I try to run lein repl outside of a project folder, I get Clojure 1.4.0.
I then run
(println (javax.xml.bind.DatatypeConverter/parseDateTime "2008-07-21T19:17:29"))
which produces
IndexOutOfBoundsException start 26, end 2, s.length() 28 java.lang.AbstractStringBuilder.append (AbstractStringBuilder.java:476)
#inst "2008-07-21T19:17:29.000+01:
Note the absence of a closing '"'.
My apologies in advance if this is impossible to reproduce.
Fixed with b9e930a1.
Will be a part of [org.clojure/tools.nrepl "0.2.1"], to be released later today.