]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/crossref/crossref-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / help / crossref / crossref-tests.factor
index 95d4612cbed90b31ca9a781605973ed7c8c31afd..4022d3bd382a2ac8ccb5fcea0d24cf8f4d50e170 100644 (file)
@@ -1,7 +1,7 @@
-IN: help.crossref.tests
 USING: help.crossref help.topics help.markup tools.test words
 definitions assocs sequences kernel namespaces parser arrays
 io.streams.string continuations debugger compiler.units eval ;
+IN: help.crossref.tests
 
 [ ] [
     "IN: help.crossref.tests USING: help.syntax help.markup ; : foo ( -- ) ; HELP: foo \"foo is great\" ; ARTICLE: \"foo\" \"Foo\" { $subsection foo } ;" eval( -- )