annotate tests/onerrorE.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
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>