diff tests/ahead.ur @ 1926:44f607a7f4cd

Rename <activeHead> to <script> and make it work properly
author Adam Chlipala <adam@chlipala.net>
date Mon, 09 Dec 2013 15:47:14 -0500
parents
children
line wrap: on
line diff
--- /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>