1 USING: accessors definitions help help.topics help.crossref
2 help.markup help.syntax kernel sequences tools.test words parser
3 namespaces assocs source-files eval ;
6 \ article-name must-infer
7 \ article-title must-infer
8 \ article-content must-infer
9 \ article-parent must-infer
11 ! Test help cross-referencing
13 [ ] [ "Test B" { "Hello world." } <article> { "test" "b" } add-article ] unit-test
15 [ ] [ "Test A" { { $subsection { "test" "b" } } } <article> { "test" "a" } add-article ] unit-test
19 [ ] [ "Test A" { { $subsection foo } } <article> { "test" "a" } add-article ] unit-test
21 ! Test article location recording
26 "ARTICLE: { \"test\" 1 } \"Hello\""
31 "testfile" source-file file set
37 [ { "test" 1 } articles get at loc>> ] unit-test
39 [ ] [ { "test" 1 } remove-article ] unit-test