comparison tests/error.ur @ 1483:ebc30bb262d0

For non-debug builds, leave out source location info in what is shown to user
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Jul 2011 12:40:00 -0400
parents c0e4ac23522d
children
comparison
equal deleted inserted replaced
1482:8314f1a309e7 1483:ebc30bb262d0
1 fun main () : transaction page = return <html><body> 1 fun main () : transaction page =
2 <font size={error <body>I couldn't make up my <b>mind</b>!</body>}>Hello!</font> 2 error <xml>I couldn't make up my <b>mind</b>!</xml>
3 </body></html>