Mercurial > urweb
view tests/rewrite.ur @ 1829:aadfc1a138d8
Removed unused parent() function which conflicts with window.parent.
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Mon, 22 Oct 2012 01:49:22 +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>