Mercurial > urweb
view tests/ahead.ur @ 2270:1e3ba868f8bf
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 19 Oct 2015 14:42:22 -0400 |
parents | 44f607a7f4cd |
children |
line wrap: on
line source
fun main () : transaction page = return <xml> <head> <script code={alert "Hi!"}/> </head> <body> <active code={alert "Bye!"; return <xml/>}/> </body> </xml>