moved regexp to parser-combinators.regexp
parent
3b4bc615f1
commit
01cafb935b
|
@ -1,5 +1,5 @@
|
||||||
USING: regexp tools.test kernel ;
|
USING: regexp tools.test kernel ;
|
||||||
IN: regexp-tests
|
IN: parser-combinators.regexp.tests
|
||||||
|
|
||||||
[ f ] [ "b" "a*" f <regexp> matches? ] unit-test
|
[ f ] [ "b" "a*" f <regexp> matches? ] unit-test
|
||||||
[ t ] [ "" "a*" f <regexp> matches? ] unit-test
|
[ t ] [ "" "a*" f <regexp> matches? ] unit-test
|
|
@ -3,7 +3,7 @@ namespaces parser lexer parser-combinators parser-combinators.simple
|
||||||
promises quotations sequences combinators.lib strings math.order
|
promises quotations sequences combinators.lib strings math.order
|
||||||
assocs prettyprint.backend memoize unicode.case unicode.categories
|
assocs prettyprint.backend memoize unicode.case unicode.categories
|
||||||
combinators.short-circuit accessors make io ;
|
combinators.short-circuit accessors make io ;
|
||||||
IN: regexp
|
IN: parser-combinators.regexp
|
||||||
|
|
||||||
<PRIVATE
|
<PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue