factor/core/vocabs/vocabs-tests.factor

11 lines
305 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
! Unit tests for vocabs vocabulary
USING: vocabs tools.test ;
2008-03-01 17:00:45 -05:00
IN: vocabs.tests
2007-09-20 18:09:08 -04:00
[ f ] [ "kernel" vocab-main ] unit-test
[ t ] [ "" "" child-vocab? ] unit-test
[ t ] [ "" "io.files" child-vocab? ] unit-test
[ t ] [ "io" "io.files" child-vocab? ] unit-test
[ f ] [ "io.files" "io" child-vocab? ] unit-test