Merge branch 'master' of git://factorcode.org/git/factor

Slava Pestov 2008-09-19 01:08:43 -05:00
commit 9224b1675b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
USING: regexp tools.test kernel ;
USING: parser-combinators.regexp tools.test kernel ;
IN: parser-combinators.regexp.tests
[ f ] [ "b" "a*" f <regexp> matches? ] unit-test