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 @@ def as_text(as_ansi=False):
|
|||
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 a new issue