mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 06:18:17 +00:00
...
This commit is contained in:
parent
41e583842e
commit
9e0e757179
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue