diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-09-22 09:51:06 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-09-22 09:51:06 -0400 |
commit | 2004c7a6dc76cb10bc0ef8c2ca679b9f1ef1b909 (patch) | |
tree | f61d0476f2adf87c506fb62e82154b6e4f4609d2 /tests | |
parent | b8d70cb94342374ab7ca0070cc7d218d32973ee4 (diff) |
Resugar tag names before printing parse errors
Diffstat (limited to 'tests')
-rw-r--r-- | tests/badTags.ur | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/badTags.ur b/tests/badTags.ur new file mode 100644 index 00000000..0cc6c06c --- /dev/null +++ b/tests/badTags.ur @@ -0,0 +1 @@ +fun main () : transaction page = <xml><body><table></div></body></xml> |