repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git]
/
basis
/
help
/
html
/
html-tests.factor
blob
475b2114b3cb6dda21f61383e973b328e927f4d1
1
IN: help.html.tests
2
USING: html.streams classes.predicate help.topics help.markup
3
io.streams.string accessors prettyprint kernel tools.test ;
4
5
[ ] [ [ [ \ predicate-instance? def>> . ] with-html-writer ] with-string-writer drop ] unit-test