Fix crc32 for xml_test_entities_unbox_decode

This commit is contained in:
gingerBill
2026-01-18 12:30:55 +00:00
parent ba20bfa5f4
commit ca507d0596

View File

@@ -142,7 +142,7 @@ xml_test_entities_unbox_decode :: proc(t: ^testing.T) {
},
expected_doctype = "html",
},
crc32 = 0x68d2571e,
crc32 = 0x6e45a697,
})
}