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

6 lines
240 B
Factor
Raw Normal View History

2008-09-29 05:10:20 -04:00
IN: help.html.tests
USING: html.streams classes.predicate help.topics help.markup
io.streams.string accessors prettyprint kernel tools.test ;
[ ] [ [ [ \ predicate-instance? def>> . ] with-html-writer ] with-string-writer drop ] unit-test