2011-10-29 18:26:52 -04:00
|
|
|
USING: help.html help.vocabs tools.test help.topics kernel sequences vocabs
|
|
|
|
math ;
|
2009-08-13 20:21:44 -04:00
|
|
|
IN: help.html.tests
|
2008-09-29 05:10:20 -04:00
|
|
|
|
2009-01-31 21:44:30 -05:00
|
|
|
[ ] [ "xml" >link help>html drop ] unit-test
|
2009-05-16 17:54:02 -04:00
|
|
|
|
2011-10-29 18:26:52 -04:00
|
|
|
[ ] [ "foobar" >link topic>filename drop ] unit-test
|
|
|
|
|
|
|
|
[ ] [ { "foo" "bar" } >link topic>filename drop ] unit-test
|
|
|
|
|
|
|
|
[ ] [ \ + topic>filename drop ] unit-test
|
|
|
|
|
|
|
|
[ ] [ \ + >link topic>filename drop ] unit-test
|
|
|
|
|
|
|
|
[ ] [ "doesnotexist" >vocab-link topic>filename drop ] unit-test
|
|
|
|
|
|
|
|
[ ] [ "kernel" lookup-vocab topic>filename drop ] unit-test
|
|
|
|
|
|
|
|
[ ] [ "io" <vocab-tag> topic>filename drop ] unit-test
|
|
|
|
|
|
|
|
[ ] [ "Steve Jobs" <vocab-author> topic>filename drop ] unit-test
|
|
|
|
|
|
|
|
[ ] [ f topic>filename drop ] unit-test
|
2009-09-15 17:48:56 -04:00
|
|
|
|
|
|
|
[ t ] [ all-vocabs-really [ vocab-spec? ] all? ] unit-test
|
|
|
|
|
|
|
|
[ t ] [ all-vocabs-really [ vocab-name "sequences.private" = ] any? ] unit-test
|
|
|
|
|
|
|
|
[ f ] [ all-vocabs-really [ vocab-name "scratchpad" = ] any? ] unit-test
|