diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-11-25 09:48:23 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-11-25 09:48:23 -0500 |
commit | 68e0439b741bf84508f90b42611d681ced933874 (patch) | |
tree | b30db3385f35000cd8cd74718be5c3ce815c0147 /tests/vlad2.ur | |
parent | 44367f408f2b8dd52f780426920e0d196cc52eb2 (diff) |
Hint about disallowed attributes
Diffstat (limited to 'tests/vlad2.ur')
-rw-r--r-- | tests/vlad2.ur | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vlad2.ur b/tests/vlad2.ur new file mode 100644 index 00000000..b4f573d2 --- /dev/null +++ b/tests/vlad2.ur @@ -0,0 +1,3 @@ +fun main () = return <xml><body><table> + <tr> <td align="right">#</td> <td>123</td> </tr> +</table></body></xml> |