summaryrefslogtreecommitdiff
path: root/tests/empties.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-09-26 12:45:19 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-09-26 12:45:19 -0400
commit8ea9cd1effd09008656440a93023a02a9c6752af (patch)
treec51cf1438d3cbb7637a2d95f47b19d5953a9817c /tests/empties.ur
parenta75e7e0645ae0dd0e5f3c51143890111d5ecae44 (diff)
Whitelisting tags that may be self-closed
Diffstat (limited to 'tests/empties.ur')
-rw-r--r--tests/empties.ur4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/empties.ur b/tests/empties.ur
new file mode 100644
index 00000000..62003083
--- /dev/null
+++ b/tests/empties.ur
@@ -0,0 +1,4 @@
+fun main () = return <xml><body>
+ <table> <tr> <th/> <td><p/></td> </tr> </table>
+ <form><textbox{#A}/></form>
+</body></xml>