...
This commit is contained in:
parent
b2fe02e63f
commit
b4d08044a0
1 changed files with 1 additions and 1 deletions
|
|
@ -507,4 +507,4 @@ def mark_x(text):
|
|||
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…
Reference in a new issue