fn testSanitizePathError(expected: anyerror, input: []const u8, strip: u32) !void
fn testSanitizePathError(expected: anyerror, input: []const u8, strip: u32) !void { var buffer: [Io.Dir.max_path_bytes]u8 = undefined; try testing.expectError(expected, sanitizePath(&buffer, input, strip)); }