fix a using
parent
09ecec270a
commit
1588d2ab4c
|
@ -1,4 +1,4 @@
|
||||||
USING: regexp tools.test kernel ;
|
USING: parser-combinators.regexp tools.test kernel ;
|
||||||
IN: parser-combinators.regexp.tests
|
IN: parser-combinators.regexp.tests
|
||||||
|
|
||||||
[ f ] [ "b" "a*" f <regexp> matches? ] unit-test
|
[ f ] [ "b" "a*" f <regexp> matches? ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue