view tests/onerrorE.ur @ 1563:a0caa991cdad

Resugar tag names before printing parse errors
author Adam Chlipala <adam@chlipala.net>
date Thu, 22 Sep 2011 09:51:06 -0400
parents b4480a56cab7
children
line wrap: on
line source
fun err x = return <xml><body>
  <h1>Bad thing!</h1>

  {x}
</body></xml>