repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git]
/
basis
/
xml-rpc
/
xml-rpc-tests.factor
blob
df7f2f19570688c0a2814ff89ff5b5b54b640116
1
USING: xml-rpc tools.test ;
2
3
[ T{ rpc-method f "blah" { 1 H{ { "2" 3 } { "5" t } } } } ]
4
[ "blah" { 1 H{ { "2" 3 } { "5" t } } }
5
<rpc-method> send-rpc receive-rpc ] unit-test