diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-18 12:30:55 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-18 12:30:55 +0000 |
| commit | ca507d059617e1a5b9f1cba600f42091694a44d0 (patch) | |
| tree | 2990e8e6ac45de039eb1ef39efdcaa7fd15ce6bc /tests | |
| parent | ba20bfa5f45d4f4357bbbce5ccf931b27cf38431 (diff) | |
Fix crc32 for `xml_test_entities_unbox_decode`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/encoding/xml/test_core_xml.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/encoding/xml/test_core_xml.odin b/tests/core/encoding/xml/test_core_xml.odin index 409a8c9c0..30353e227 100644 --- a/tests/core/encoding/xml/test_core_xml.odin +++ b/tests/core/encoding/xml/test_core_xml.odin @@ -142,7 +142,7 @@ xml_test_entities_unbox_decode :: proc(t: ^testing.T) { }, expected_doctype = "html", }, - crc32 = 0x68d2571e, + crc32 = 0x6e45a697, }) } |