[xml] Enable tests.

This commit is contained in:
Jeroen van Rijn
2022-04-28 15:46:36 +02:00
parent 80878264b6
commit 127b0ba65e
2 changed files with 24 additions and 7 deletions

View File

@@ -168,6 +168,21 @@ TESTS :: []TEST{
err = .Invalid_DocType,
crc32 = 0x49b83d0a,
},
/*
Parse the 8.2 MiB unicode.xml for good measure.
*/
{
filename = "unicode.xml",
options = {
flags = {
.Ignore_Unsupported,
},
expected_doctype = "",
},
err = .None,
crc32 = 0xcaa042b9,
},
}
when ODIN_TEST {