view tests/onerrorE.ur @ 2020:924e2ef31f5a

Remove special treatment of <button>
author Adam Chlipala <adam@chlipala.net>
date Mon, 09 Jun 2014 18:26:03 -0400
parents b4480a56cab7
children
line wrap: on
line source
fun err x = return <xml><body>
  <h1>Bad thing!</h1>

  {x}
</body></xml>