annotate tests/jserror.ur @ 946:2412cb10c97c

Filters displaying properly
author Adam Chlipala <adamc@hcoop.net>
date Tue, 15 Sep 2009 16:27:24 -0400
parents ba4c230b7231
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>