summaryrefslogtreecommitdiff
path: root/tests/ooo.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ooo.ur')
-rw-r--r--tests/ooo.ur8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ooo.ur b/tests/ooo.ur
new file mode 100644
index 00000000..5401fa70
--- /dev/null
+++ b/tests/ooo.ur
@@ -0,0 +1,8 @@
+fun main () : transaction page =
+ s <- source "Hi";
+ return <xml><body>
+ <form>
+ <textbox{#A} source={s}/>
+ Change it up!
+ </form>
+ </body></xml>