Expecting, string literal `\d` as result (`"\\d"`) in Clojure. Actually got parsing error, the code evaluated was `"\d"`, and `\d` is not a valid escape sequence.
Expecting, string literal
\das result ("\\d") in Clojure.Actually got parsing error, the code evaluated was
"\d", and\dis not a valid escape sequence.