]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xmode/code2html/code2html-tests.factor
more test IN: cleanup.
[factor.git] / basis / xmode / code2html / code2html-tests.factor
index a7aaa0453007f875272ebecf226e993297be91fc..e98b8af10a55d69454c613df4b24b3b4de028671 100644 (file)
@@ -1,7 +1,5 @@
-IN: xmode.code2html.tests
-USING: xmode.code2html xmode.catalog
-tools.test multiline splitting memoize
-kernel io.streams.string xml.writer ;
+USING: xmode.code2html xmode.catalog tools.test multiline
+splitting memoize kernel io.streams.string xml.writer ;
 
 { } [ \ (load-mode) reset-memoized ] unit-test