]> gitweb.factorcode.org Git - factor.git/blob - basis/help/help-tests.factor
scryfall: better moxfield words
[factor.git] / basis / help / help-tests.factor
1 USING: tools.test help kernel ;
2 IN: help.tests
3
4 [ 3 throw ] must-fail
5 { } [ :help ] unit-test
6 { } [ f print-topic ] unit-test