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.