mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
more workon simd utf-8 decode
This commit is contained in:
@@ -194,6 +194,9 @@ class TestParser(BaseTest):
|
||||
pb(b'"\xf0\x9f\x98"', '"\ufffd"')
|
||||
|
||||
def test_utf8_simd_decode(self):
|
||||
test_utf8_decode_to_sentinel('2:α3:≤4:😸|', 2)
|
||||
return
|
||||
|
||||
def t(x, which=2, reset=True):
|
||||
if reset:
|
||||
test_utf8_decode_to_sentinel(b'', -1)
|
||||
|
||||
Reference in New Issue
Block a user