mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 21:14:35 +02:00
fix handling of bits from high byte of 4 byte sequences
This commit is contained in:
@@ -220,6 +220,8 @@ class TestParser(BaseTest):
|
||||
x('abcd1234efgh5678')
|
||||
x('abc\x1bd1234efgh5678')
|
||||
x('abcd1234efgh5678ijklABCDmnopEFGH')
|
||||
x('ニチ')
|
||||
x('\x84\x85')
|
||||
|
||||
for which in (2, 3):
|
||||
x = partial(t, which=which)
|
||||
|
||||
Reference in New Issue
Block a user