factor/extra/xkcd
John Benediktsson 26abdf4a23 regexp: try again to fix the issue with backslashes.
the new simple rule is inside R/ syntax all backslashes should be
escaped to allow easy regexp literal tokenization:

R/ [\/]/

but in the constructor <regexp> they shouldn't be:

"[/]" <regexp>

When the regexp is prettyprinted we make sure to visually escape the
backslashes in the raw regexp.
2019-03-21 13:29:15 -07:00
..
authors.txt xkcd: adding words to view XKCD comics in the listener. 2012-07-24 11:11:42 -07:00
summary.txt xkcd: adding a summary.txt. 2012-07-24 15:04:31 -07:00
xkcd.factor regexp: try again to fix the issue with backslashes. 2019-03-21 13:29:15 -07:00