This commit is contained in:
Kovid Goyal 2020-04-12 17:01:39 +05:30
parent b2fe02e63f
commit b4d08044a0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)))