Mercurial > urweb
view tests/rewrite.ur @ 1765:be114e170b77
Vector fonts in manual
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Thu, 17 May 2012 03:22:34 +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>