--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/ahead.ur Mon Dec 09 15:47:14 2013 -0500 @@ -0,0 +1,8 @@ +fun main () : transaction page = return <xml> + <head> + <script code={alert "Hi!"}/> + </head> + <body> + <active code={alert "Bye!"; return <xml/>}/> + </body> +</xml>