Merge branch 'master' of git://factorcode.org/git/factor
commit
9224b1675b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue