view tests/onerrorE.ur @ 1409:6ab04cb0e4db

More fixes for FastCGI
author Adam Chlipala <adam@chlipala.net>
date Thu, 20 Jan 2011 16:56:54 -0500
parents b4480a56cab7
children
line wrap: on
line source
fun err x = return <xml><body>
  <h1>Bad thing!</h1>

  {x}
</body></xml>