mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
LineBuf.clear()
This commit is contained in:
@@ -17,6 +17,8 @@ class TestDataTypes(BaseTest):
|
||||
new = LineBuf(1, 3)
|
||||
new.copy_old(old)
|
||||
self.ae(new.line(0), old.line(1))
|
||||
new.clear()
|
||||
self.ae(str(new.line(0)), ' ' * new.xnum)
|
||||
|
||||
def test_line(self):
|
||||
lb = LineBuf(2, 3)
|
||||
|
||||
Reference in New Issue
Block a user