]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/html-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / help / html / html-tests.factor
index 475b2114b3cb6dda21f61383e973b328e927f4d1..90ff6c110faefadb101325f9f3dc773942534d3a 100644 (file)
@@ -1,5 +1,6 @@
+USING: help.html tools.test help.topics kernel ;
 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
+[ ] [ "xml" >link help>html drop ] unit-test
+
+[ "article-foobar.html" ] [ "foobar" >link topic>filename ] unit-test