(regex "a/b") returns unreadable regex literal

Issue #145 resolved
Takashi Kato repo owner created an issue
(regex "a/b")
;; #/a/b/

Above should be #/a\/b/ otherwise printed regular expression can't be read.

Comments (1)

  1. Log in to comment