yahoo: fix tests for LH{ } change.
parent
2adde18e3e
commit
cd4994ef36
|
@ -8,4 +8,5 @@ USING: tools.test yahoo kernel io.files xml sequences accessors urls ;
|
||||||
"Official site with news, tour dates, discography, store, community, and more."
|
"Official site with news, tour dates, discography, store, community, and more."
|
||||||
} } [ "resource:extra/yahoo/test-results.xml" file>xml parse-yahoo first ] unit-test
|
} } [ "resource:extra/yahoo/test-results.xml" file>xml parse-yahoo first ] unit-test
|
||||||
|
|
||||||
{ 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
|
{ URL" http://search.yahooapis.com/WebSearchService/V1/webSearch?similar_ok=1&appid=Factor-search&results=2&query=hi" }
|
||||||
|
[ "hi" <search> "Factor-search" >>appid 2 >>results t >>similar-ok query ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue