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
This commit is contained in:
Tim Culverhouse 2024-06-10 14:17:48 -05:00
parent 9c5e8898cd
commit f76b573a0b

View file

@ -985,7 +985,7 @@ test "parse(csi): decrpm" {
try testing.expectEqual(expected.event, result.event);
}
{
const input = "\x1b[1016;0y";
const input = "\x1b[?1016;0$y";
const result = parseCsi(input, &buf);
const expected: Result = .{
.event = null,