clojerl / clojerl

Clojure for the Erlang VM (unofficial)

Home Page:http://try.clojerl.online/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid regexp if trying to match "

mauricioszabo opened this issue · comments

When I try to generate a clojerl regexp to match ", it fails:

clje.user=> #"foo\""
#erl[:badmatch #erl[:error #erl[#erl"\ at end of pattern" 4]]]

This kind of pattern works on other implementations

Context

  • clojerl version (0.7.0)

@mauricioszabo Thank you for reporting this bug! 😄.

I think I've found the underlying issue and will open a PR soon.