factor/library/ui/test/search.factor

7 lines
138 B
Factor
Raw Normal View History

IN: temporary
USING: gadgets-search io test ;
[ "hey man (score: 123)" ]
[ [ { "hey man" 123 } file-completion. ] string-out ]
unit-test