factor/library/ui/test/search.factor

21 lines
365 B
Factor
Raw Normal View History

IN: temporary
2006-10-06 17:42:12 -04:00
USING: gadgets-search io test namespaces gadgets
sequences ;
[ "hey man (score: 123)" ]
2006-10-06 17:42:12 -04:00
[
[
{ "hey man" 123 } [ <pathname> ] string-completion.
] string-out
] unit-test
"set-word-prop" [ ] <word-search> "search" set
"search" get graft*
[ f ]
[ "search" get live-search-list control-value empty? ]
unit-test
2006-10-06 17:42:12 -04:00
"search" get ungraft*