summaryrefslogtreecommitdiff
path: root/tests/empties.ur
diff options
context:
space:
mode:
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 0000000..6200308
--- /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>