From da8b6328de99d2968ac71b5a54b26d343b71c6ef Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 27 Aug 2008 08:38:11 -0500 Subject: [PATCH] Add unit tests --- basis/help/topics/topics-tests.factor | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basis/help/topics/topics-tests.factor b/basis/help/topics/topics-tests.factor index a343aa1734..745988c077 100644 --- a/basis/help/topics/topics-tests.factor +++ b/basis/help/topics/topics-tests.factor @@ -3,6 +3,11 @@ help.syntax kernel sequences tools.test words parser namespaces assocs source-files eval ; IN: help.topics.tests +\ article-name must-infer +\ article-title must-infer +\ article-content must-infer +\ article-parent must-infer + ! Test help cross-referencing [ ] [ "Test B" { "Hello world." }
{ "test" "b" } add-article ] unit-test