2008-06-02 19:04:21 -04:00
|
|
|
USING: tools.test yahoo kernel io.files xml sequences accessors urls ;
|
2007-09-20 18:09:08 -04:00
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ T{
|
2007-09-20 18:09:08 -04:00
|
|
|
result
|
|
|
|
f
|
|
|
|
"Official Foo Fighters"
|
|
|
|
"http://www.foofighters.com/"
|
|
|
|
"Official site with news, tour dates, discography, store, community, and more."
|
2015-07-03 12:39:59 -04:00
|
|
|
} } [ "resource:extra/yahoo/test-results.xml" file>xml parse-yahoo first ] unit-test
|
2007-09-20 18:09:08 -04:00
|
|
|
|
2015-11-16 05:41:21 -05:00
|
|
|
{
|
|
|
|
URL" http://search.yahooapis.com/WebSearchService/V1/webSearch?appid=Factor-search&query=hi&results=2&similar_ok=1"
|
|
|
|
} [
|
|
|
|
"hi" <search> "Factor-search" >>appid 2 >>results t >>similar-ok query
|
|
|
|
] unit-test
|