Mercurial > urweb
view tests/activeEmpty.ur @ 2235:0aae15c2a05a
Refactored a lot and fixed an and/or swap, but still not good on current test.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 29 Jun 2015 01:33:47 -0700 |
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>