mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Add ST test to OTH tests as well
This commit is contained in:
parent
db2d14d9ed
commit
01c289e440
1 changed files with 1 additions and 1 deletions
|
|
@ -181,4 +181,4 @@ class TestParser(BaseTest):
|
|||
pb = partial(self.parse_bytes_dump, s)
|
||||
for prefix in '\033_', '\033^', '\u009e', '\u009f':
|
||||
for suffix in '\u009c', '\033\\':
|
||||
pb('a{}+++{}bcde'.format(prefix, suffix), 'abcde')
|
||||
pb('a{}+\\++{}bcde'.format(prefix, suffix), 'abcde')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue