mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-13 12:09:35 +03:00
Update test for changes to ANSI serialization
This commit is contained in:
parent
511c4da6a3
commit
4512d0dbac
@ -453,7 +453,7 @@ class TestScreen(BaseTest):
|
||||
return ''.join(d)
|
||||
|
||||
self.ae(as_text(), 'ababababab\nc\n\n')
|
||||
self.ae(as_text(True), 'ababababab\nc\n\n')
|
||||
self.ae(as_text(True), '\x1b[mababa\x1b[mbabab\n\x1b[mc\n\n')
|
||||
|
||||
def test_user_marking(self):
|
||||
s = self.create_screen()
|
||||
|
Loading…
Reference in New Issue
Block a user