]> gitweb.factorcode.org Git - factor.git/commit
regexp: fix take-until to handle escapes at the end of a regexp.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 17 Mar 2019 16:52:53 +0000 (09:52 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 17 Mar 2019 16:52:53 +0000 (09:52 -0700)
commit2136abc1d64705805c5274337a799077f4b317e4
tree702f7aab4d4022815abd5b97ad28921207ef87a4
parenta3d5e3ffcb8ff60ec16c3bf8cadda4aa02300609
regexp: fix take-until to handle escapes at the end of a regexp.

this worked:
R\ //.\

this didn't:
R\ //\
basis/regexp/regexp.factor