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