this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

parser: fix remaining decrpm test

This test was passing because it's not meant to find the event. However
it was still using the wrong input

+1 -1
+1 -1
src/Parser.zig
··· 985 985 try testing.expectEqual(expected.event, result.event); 986 986 } 987 987 { 988 - const input = "\x1b[1016;0y"; 988 + const input = "\x1b[?1016;0$y"; 989 989 const result = parseCsi(input, &buf); 990 990 const expected: Result = .{ 991 991 .event = null,