annotate tests/empties.ur @ 1708:e263dab7b579

Optimize code from last changeset a bit
author Adam Chlipala <adam@chlipala.net>
date Sun, 08 Apr 2012 16:29:28 -0400
parents 815afd323d86
children
rev   line source
adamc@984 1 fun main () = return <xml><body>
adamc@984 2 <table> <tr> <th/> <td><p/></td> </tr> </table>
adamc@984 3 <form><textbox{#A}/></form>
adamc@984 4 </body></xml>