Mercurial > urweb
view tests/sbind.ur @ 1330:452b14d88a10
fix small memory leaks
author | Marc Weber <marco-oweber@gmx.de> |
---|---|
date | Sun, 05 Dec 2010 18:47:54 +0100 |
parents | 57018f21cd5c |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <p>Before</p> <p><dyn signal={s <- return "Bye"; return <xml>{[s]}</xml>}/></p> <p>After</p> </body></xml>