factor/basis/validators
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 Add missing meta-data 2008-09-23 16:11:59 -05:00
summary.txt Add missing meta-data 2008-09-23 16:11:59 -05:00
tags.txt More tags 2008-09-24 00:45:28 -05:00
validators-docs.factor *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
validators-tests.factor more test IN: cleanup. 2018-02-25 15:44:16 -08:00
validators.factor regexp: try again to fix the issue with backslashes. 2019-03-21 13:29:15 -07:00