Mercurial > urweb
view tests/rewrite.ur @ 2014:fee1f660139c
Added HTML5 Semantic Tags
author | David Snider <david@davidsnider.net> |
---|---|
date | Sat, 10 May 2014 20:38: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>