summaryrefslogtreecommitdiff
path: root/tests/reactive.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reactive.ur')
-rw-r--r--tests/reactive.ur5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/reactive.ur b/tests/reactive.ur
new file mode 100644
index 0000000..95839c7
--- /dev/null
+++ b/tests/reactive.ur
@@ -0,0 +1,5 @@
+fun main () : transaction page =
+ x <- source <xml>TEST</xml>;
+ return <xml><body>
+ <dyn signal={signal x}/>
+ </body></xml>