mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Update test for changes to ANSI serialization
This commit is contained in:
@@ -453,7 +453,7 @@ class TestScreen(BaseTest):
|
|||||||
return ''.join(d)
|
return ''.join(d)
|
||||||
|
|
||||||
self.ae(as_text(), 'ababababab\nc\n\n')
|
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):
|
def test_user_marking(self):
|
||||||
s = self.create_screen()
|
s = self.create_screen()
|
||||||
|
|||||||
Reference in New Issue
Block a user