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