mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
repr for Line
This commit is contained in:
@@ -17,6 +17,7 @@ class TestDataTypes(BaseTest):
|
||||
lb = LineBuf(2, 3)
|
||||
for y in range(2):
|
||||
line = lb.line(y)
|
||||
self.ae(str(line), ' '*3)
|
||||
for x in range(3):
|
||||
self.ae(line.text_at(x), ' ')
|
||||
with self.assertRaises(ValueError):
|
||||
|
||||
Reference in New Issue
Block a user