annotate tests/jserror.ur @ 727:ba4c230b7231

Show XML
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Apr 2009 12:43:55 -0400
parents 6fc633d990e7
children
rev   line source
adamc@726 1 fun main () : transaction page = return <xml>
adamc@727 2 <body onload={onError (fn s => alert ("There was an error: " ^ show s)); error <xml>Badder</xml>}/>
adamc@726 3 </xml>