diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-09-26 12:45:19 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-09-26 12:45:19 -0400 |
commit | 9a7c15c058f6bafef3fee702382197815f335ee9 (patch) | |
tree | c51cf1438d3cbb7637a2d95f47b19d5953a9817c /tests | |
parent | a2ab1cb6d782e13944ba21fd0368528e5a27ee9e (diff) |
Whitelisting tags that may be self-closed
Diffstat (limited to 'tests')
-rw-r--r-- | tests/empties.ur | 4 | ||||
-rw-r--r-- | tests/empties.urp | 3 | ||||
-rw-r--r-- | tests/empties.urs | 1 |
3 files changed, 8 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> diff --git a/tests/empties.urp b/tests/empties.urp new file mode 100644 index 00000000..92ce98f8 --- /dev/null +++ b/tests/empties.urp @@ -0,0 +1,3 @@ +debug + +empties diff --git a/tests/empties.urs b/tests/empties.urs new file mode 100644 index 00000000..6ac44e0b --- /dev/null +++ b/tests/empties.urs @@ -0,0 +1 @@ +val main : unit -> transaction page |