mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 21:55:13 +00:00
...
This commit is contained in:
parent
724a4113d5
commit
8636ddf3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class TestDataTypes(BaseTest):
|
|||
lb = LineBuf(2, 3)
|
||||
for y in range(2):
|
||||
line = lb.line(y)
|
||||
self.ae(str(line), ' '*3)
|
||||
self.ae(str(line), ' ' * 3)
|
||||
for x in range(3):
|
||||
self.ae(line[x], ' ')
|
||||
with self.assertRaises(ValueError):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue