Mercurial > urweb
view tests/activeEmpty.ur @ 2254:44ae2254f8fb
Factor out urlification.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 21 Sep 2015 16:07:35 -0400 |
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>