annotate tests/jserror.ur @ 2007:d3a0f2b8af28

<thead>, <tbody>, <tfoot>
author Adam Chlipala <adam@chlipala.net>
date Wed, 30 Apr 2014 13:05:54 -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>