mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Port code to serialize key events as CSI to Go
This commit is contained in:
@@ -47,7 +47,7 @@ func TestRCSerialization(t *testing.T) {
|
||||
Cmd: "test", Version: ver,
|
||||
}
|
||||
simple := func(expected string) {
|
||||
actual, err := io_data.serializer.serializer(&rc)
|
||||
actual, err := io_data.serializer(&rc)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user