remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / help / handbook / handbook-tests.factor
blob240ce672400d3a0bd451546d88d576674638625f
1 IN: help.handbook.tests
2 USING: help tools.test ;
4 [ ] [ "article-index" print-topic ] unit-test
5 [ ] [ "primitive-index" print-topic ] unit-test
6 [ ] [ "error-index" print-topic ] unit-test
7 [ ] [ "type-index" print-topic ] unit-test
8 [ ] [ "class-index" print-topic ] unit-test