Skip to content

Commit f68f9c7

Browse files
author
Felix "xq" Queißner
committed
Fixes unit tests
1 parent 9021fce commit f68f9c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Parser.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ fn fuzz_parser(_: void, input: []const u8) !void {
462462
error.InvalidSourceEncoding,
463463
error.BadStringLiteral,
464464
error.BadEscapeSequence,
465+
error.InvalidEscapeSequence,
465466
=> return,
466467
};
467468
if (res == null)

0 commit comments

Comments
 (0)