f print-topic no longer prints an error

db4
Slava Pestov 2008-12-18 21:17:33 -06:00
parent 74df92d12d
commit 41d3b13f7c
2 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,4 @@ USING: tools.test help kernel ;
[ 3 throw ] must-fail
[ ] [ :help ] unit-test
[ ] [ f print-topic ] unit-test

View File

@ -112,6 +112,7 @@ M: word set-article-parent swap "help-parent" set-word-prop ;
] with-style nl ;
: print-topic ( topic -- )
>link
last-element off dup $title
article-content print-content nl ;