Mercurial > urweb
view tests/rewrite.ur @ 1859:38399d67a914
Make that new error message text a bit more accurate
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 17 Jul 2013 10:40:13 -0400 |
parents | 3b7e46790fa7 |
children |
line wrap: on
line source
table t : { A : int } fun other () = return <xml><body> Other </body></xml> fun main () = return <xml><body> <a link={other ()}>Hi!</a> </body></xml>