view tests/empties.ur @ 984:815afd323d86

Whitelisting tags that may be self-closed
author Adam Chlipala <adamc@hcoop.net>
date Sat, 26 Sep 2009 12:45:19 -0400
parents
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>