summaryrefslogtreecommitdiff
path: root/tests/jserror.ur
blob: ab2c955c691ebb44b1487c9604a25de56976e99e (plain)
1
2
3
fun main () : transaction page = return <xml>
  <body onload={onError (fn s => alert "There was an error."); error <xml>Badder</xml>}/>
</xml>