annotate tests/onerrorE.ur @ 2007:d3a0f2b8af28

<thead>, <tbody>, <tfoot>
author Adam Chlipala <adam@chlipala.net>
date Wed, 30 Apr 2014 13:05:54 -0400
parents b4480a56cab7
children
rev   line source
adam@1294 1 fun err x = return <xml><body>
adam@1294 2 <h1>Bad thing!</h1>
adam@1294 3
adam@1294 4 {x}
adam@1294 5 </body></xml>