summaryrefslogtreecommitdiff
path: root/tests/onerrorE.ur
blob: b2948c714a0e05e3fbb225c97a00fe39c6a5a4f2 (plain)
1
2
3
4
5
fun err x = return <xml><body>
  <h1>Bad thing!</h1>

  {x}
</body></xml>