diff tests/both.ur @ 1046:a5eb8f87bc17
Better error message for link-handler conflicts
author |
Adam Chlipala <adamc@hcoop.net> |
date |
Wed, 25 Nov 2009 09:03:08 -0500 |
parents |
|
children |
|
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/both.ur Wed Nov 25 09:03:08 2009 -0500
@@ -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/>