diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/empties.ur	Sat Sep 26 12:45:19 2009 -0400
@@ -0,0 +1,4 @@
+fun main () = return <xml><body>
+  <table> <tr> <th/> <td><p/></td> </tr> </table>
+  <form><textbox{#A}/></form>
+</body></xml>