factor/basis/help/markup/markup-tests.factor

18 lines
438 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: definitions help help.markup kernel sequences tools.test
2008-09-02 02:53:28 -04:00
words parser namespaces assocs generic io.streams.string accessors ;
2008-03-01 17:00:45 -05:00
IN: help.markup.tests
2007-09-20 18:09:08 -04:00
TUPLE: blahblah quux ;
[ "an int" ] [ [ { "int" } $instance ] with-string-writer ] unit-test
2007-09-20 18:09:08 -04:00
2008-09-02 02:53:28 -04:00
[ ] [ \ quux>> help ] unit-test
[ ] [ \ >>quux help ] unit-test
2007-09-20 18:09:08 -04:00
[ ] [ \ blahblah? help ] unit-test
: fooey "fooey" throw ;
[ ] [ \ fooey help ] unit-test
[ ] [ gensym help ] unit-test