This commit is contained in:
Kovid Goyal
2022-09-24 08:30:40 +05:30
parent 9d98aa3159
commit a0495219ab
2 changed files with 2 additions and 1 deletions

View File

@@ -566,3 +566,4 @@ class TestDataTypes(BaseTest):
q = sanitize_for_bracketed_paste(x.encode('utf-8'))
self.assertNotIn(b'\x1b[201~', q)
self.assertNotIn('\x9b201~'.encode('utf-8'), q)
self.assertIn(b'ab', q)