summaryrefslogtreecommitdiff
path: root/tests/activeEmpty.ur
blob: 4c0898996d45c428b584df40ab23f067cde6eb24 (plain)
1
2
3
4
5
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>