mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +02:00
Specify the algorithm for splitting text into cells
This commit is contained in:
@@ -682,3 +682,6 @@ class TestDataTypes(BaseTest):
|
||||
s.draw('a' * s.columns)
|
||||
s.draw('\u0306')
|
||||
self.ae(str(s.line(0)), 'a' * s.columns + '\u0306')
|
||||
s.reset()
|
||||
s.draw('\0')
|
||||
self.ae(str(s.line(0)), '')
|
||||
|
||||
Reference in New Issue
Block a user