From 4efef08c94dba681837f8ec19f9140b708ca246e Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Tue, 2 Jan 2024 18:03:32 +0100 Subject: Update core:encoding to Unicode 15.1 table. --- tests/core/encoding/xml/test_core_xml.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/core/encoding/xml') 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, }, } -- cgit v1.2.3