factor/basis/help/html/html-tests.factor

13 lines
418 B
Factor
Raw Normal View History

USING: help.html tools.test help.topics kernel sequences vocabs ;
IN: help.html.tests
2008-09-29 05:10:20 -04:00
2009-01-31 21:44:30 -05:00
[ ] [ "xml" >link help>html drop ] unit-test
2009-05-16 17:54:02 -04:00
[ "article-foobar.html" ] [ "foobar" >link topic>filename ] unit-test
[ t ] [ all-vocabs-really [ vocab-spec? ] all? ] unit-test
[ t ] [ all-vocabs-really [ vocab-name "sequences.private" = ] any? ] unit-test
[ f ] [ all-vocabs-really [ vocab-name "scratchpad" = ] any? ] unit-test