Mercurial > urweb
view tests/ahead.ur @ 1999:a1d3fbdcc897
Add <pre> tag support
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 24 Feb 2014 09:10:31 +0000 |
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>