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