aboutsummaryrefslogtreecommitdiff
path: root/tests/core/encoding
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-01-02 18:03:32 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-01-02 18:03:32 +0100
commit4efef08c94dba681837f8ec19f9140b708ca246e (patch)
tree12bacb95392ede30c5492d6a02377a37a6a969a1 /tests/core/encoding
parent87c835268af98be2b4c3c226c5eef53f31186e17 (diff)
Update core:encoding to Unicode 15.1 table.
Diffstat (limited to 'tests/core/encoding')
-rw-r--r--tests/core/encoding/xml/test_core_xml.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core/encoding/xml/test_core_xml.odin b/tests/core/encoding/xml/test_core_xml.odin
index 7a900659a..c62033491 100644
--- a/tests/core/encoding/xml/test_core_xml.odin
+++ b/tests/core/encoding/xml/test_core_xml.odin
@@ -159,7 +159,7 @@ TESTS :: []TEST{
},
/*
- Parse the 8.2 MiB unicode.xml for good measure.
+ Parse the 9.08 MiB unicode.xml for good measure.
*/
{
filename = "XML/unicode.xml",
@@ -170,7 +170,7 @@ TESTS :: []TEST{
expected_doctype = "",
},
err = .None,
- crc32 = 0x420dbac5,
+ crc32 = 0x0b6100ab,
},
}