factor/basis/help/help-tests.factor

7 lines
126 B
Factor

USING: tools.test help kernel ;
IN: help.tests
[ 3 throw ] must-fail
{ } [ :help ] unit-test
{ } [ f print-topic ] unit-test