mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 18:13:19 +00:00
`expectEqualBytes` will now truncate the hexdump of each input to a maximum window of 256 bytes, which makes it safe to use for arbitrarily large inputs. Therefore, it can be used in `expectEqualSlices` when the type is u8.