mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Update test for changes to ANSI serialization
This commit is contained in:
parent
511c4da6a3
commit
4512d0dbac
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue