mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 04:54:14 +02:00
Use the new native screen class
This commit is contained in:
@@ -41,7 +41,7 @@ class TestScreen(BaseTest):
|
||||
cd = CmdDump()
|
||||
if isinstance(x, str):
|
||||
x = x.encode('utf-8')
|
||||
parse_bytes_dump(s, x, cd)
|
||||
parse_bytes_dump(cd, s, x)
|
||||
self.ae(tuple(cd), cmds)
|
||||
|
||||
def test_simple_parsing(self):
|
||||
|
||||
Reference in New Issue
Block a user