summaryrefslogtreecommitdiff
path: root/tests/rpcList2.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rpcList2.ur')
-rw-r--r--tests/rpcList2.ur7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/rpcList2.ur b/tests/rpcList2.ur
new file mode 100644
index 00000000..c0739b84
--- /dev/null
+++ b/tests/rpcList2.ur
@@ -0,0 +1,7 @@
+fun rpcFunc l : transaction {} = return ()
+
+fun main () : transaction page = return <xml><body>
+ <button onclick={
+ rpc (rpcFunc (("" :: []) :: []))
+ }/>
+ </body></xml>