summaryrefslogtreecommitdiff
path: root/tests/both.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/both.ur')
-rw-r--r--tests/both.ur9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/both.ur b/tests/both.ur
new file mode 100644
index 00000000..d1c9f40e
--- /dev/null
+++ b/tests/both.ur
@@ -0,0 +1,9 @@
+fun main () : transaction page = return <xml>
+ <body>
+ <form>
+ <textbox{#Text}/><submit action={submit}/>
+ </form>
+ </body>
+</xml>
+
+and submit r = return <xml/>