Mercurial > urweb
view tests/activeEmpty.ur @ 2281:75cb60a7f6f1
Simplify C interface.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Thu, 12 Nov 2015 09:15:50 -0500 |
parents | 9356e8f91ea4 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <active code={alert "Howdy, neighbor!"; return <xml/>}/> <hr/> <active code={return <xml>This one <b>ain't</b> empty.</xml>}/> </body></xml>