From 9e0e7571796e9ad721b95dfa41d8e794a7701b37 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 24 Nov 2016 13:48:13 +0530 Subject: [PATCH] ... --- kitty_tests/parser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty_tests/parser.py b/kitty_tests/parser.py index ca49b5b8a..d2ba640ec 100644 --- a/kitty_tests/parser.py +++ b/kitty_tests/parser.py @@ -171,6 +171,7 @@ class TestParser(BaseTest): def test_dcs_codes(self): s = self.create_screen() + s.callbacks = Callbacks() pb = partial(self.parse_bytes_dump, s) pb('a\033P+q436f\x9cbcde', 'a', ('screen_request_capabilities', '436f'), 'bcde') self.ae(str(s.line(0)), 'abcde')