authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-08-24 21:12:19 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-08-24 21:12:19 -07:00
log82c1bb5d1ec46745d0e1982b906b51f130d1f2e9
tree3e1f5debf0bcc85ef7a0da6aed0e4efd810f7dc3
parent01a4d9d46006d9a72e8505e9794da923a888e2e5

ensure fuzz input always passes


1 files changed, 3 insertions(+), 0 deletions(-)

test.zig+3
......@@ -262,6 +262,9 @@ test {
262262 \\
263263 );
264264}
265test {
266 try parse_full(@embedFile("./fuzz/input/input.json"));
267}
265268
266269fn expectPass(path: [:0]const u8) !void {
267270 const alloc = std.testing.allocator;