Mercurial > urweb
view tests/ahead.ur @ 1965:126d24ef6678
Turn off GCC's fancy %n checking, because the performance cost is too high
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 07 Feb 2014 18:34:17 -0500 |
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>