]> gitweb.factorcode.org Git - factor.git/commit
urls: fix for the test failure in the yahoo vocab
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 16 Nov 2015 10:41:21 +0000 (11:41 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Mon, 16 Nov 2015 10:41:21 +0000 (11:41 +0100)
commit7301da03146553e0c9eca7bcd1ffa397439b5d9d
tree2bd1362b472232ce34e69db65dd57e29b08cca6a
parenta915d3bdb4eaaa12a85073a7e9abb1fe700d689b
urls: fix for the test failure in the yahoo vocab

?set-at can't be used in set-query-param because it creates a normal
hashtable and we need a linked-assoc
basis/urls/urls-tests.factor
basis/urls/urls.factor
extra/yahoo/yahoo-tests.factor