factor/basis/help/syntax/syntax-tests.factor

17 lines
493 B
Factor
Raw Normal View History

2008-03-01 17:00:45 -05:00
IN: help.syntax.tests
USING: tools.test parser vocabs help.syntax namespaces eval ;
2007-09-20 18:09:08 -04:00
[
[ "foobar" ] [
2008-03-01 17:00:45 -05:00
"IN: help.syntax.tests USE: help.syntax ABOUT: \"foobar\"" eval
2008-03-03 17:44:24 -05:00
"help.syntax.tests" vocab vocab-help
2007-09-20 18:09:08 -04:00
] unit-test
[ { "foobar" } ] [
2008-03-01 17:00:45 -05:00
"IN: help.syntax.tests USE: help.syntax ABOUT: { \"foobar\" }" eval
2008-03-03 17:44:24 -05:00
"help.syntax.tests" vocab vocab-help
2007-09-20 18:09:08 -04:00
] unit-test
2008-07-04 04:25:32 -04:00
[ ] [ f "help.syntax.tests" vocab set-vocab-help ] unit-test
2007-12-30 17:14:15 -05:00
] with-file-vocabs