mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 13:45:16 +00:00
...
This commit is contained in:
parent
b2fe02e63f
commit
b4d08044a0
1 changed files with 1 additions and 1 deletions
|
|
@ -507,4 +507,4 @@ class TestScreen(BaseTest):
|
|||
s.set_marker(marker_from_regex('a', 3))
|
||||
self.ae(s.marked_cells(), cells(8))
|
||||
s.set_marker(marker_from_regex('\t', 3))
|
||||
self.ae(s.marked_cells(), cells(0, 1, 2, 3, 4, 5, 6, 7))
|
||||
self.ae(s.marked_cells(), cells(*range(8)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue