Mercurial > urweb
view tests/rewrite.ur @ 1922:5890ba37827c
Add -print-cinlude command line option
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Wed, 06 Nov 2013 13:54:07 +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>