Mercurial > urweb
view tests/empties.ur @ 1199:c316ca3c9ec6
Pushing policies through
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 04 Apr 2010 12:29:34 -0400 |
parents | 815afd323d86 |
children |
line wrap: on
line source
fun main () = return <xml><body> <table> <tr> <th/> <td><p/></td> </tr> </table> <form><textbox{#A}/></form> </body></xml>