summaryrefslogtreecommitdiff
path: root/tests/sbind.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sbind.ur')
-rw-r--r--tests/sbind.ur5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/sbind.ur b/tests/sbind.ur
new file mode 100644
index 00000000..6e3ca782
--- /dev/null
+++ b/tests/sbind.ur
@@ -0,0 +1,5 @@
+fun main () : transaction page = return <xml><body>
+ <p>Before</p>
+ <p><dyn signal={s <- return "Bye"; return <xml>{[s]}</xml>}/></p>
+ <p>After</p>
+</body></xml>