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