mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Update test for changes to ANSI serialization
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user