From 01c289e440895cc820ef11b3e45e408b1b989f34 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Apr 2017 09:09:41 +0530 Subject: [PATCH] Add ST test to OTH tests as well --- kitty_tests/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/parser.py b/kitty_tests/parser.py index 472b78193..ef3621bd3 100644 --- a/kitty_tests/parser.py +++ b/kitty_tests/parser.py @@ -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')