- changed status to resolved
(regex "a/b") returns unreadable regex literal
Issue #145
resolved
(regex "a/b") ;; #/a/b/
Above should be #/a\/b/
otherwise printed regular expression can't be read.
Comments (1)
-
reporter - Log in to comment
Escaping '/' on printing regular expression (Fixes
#145)→ <<cset b43d7210a4b9>>