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:
parent
9c5e8898cd
commit
f76b573a0b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue