mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 02:15:12 +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.