Add another test for marking
This commit is contained in:
parent
082546a1e7
commit
d1a5d30233
1 changed files with 2 additions and 0 deletions
|
|
@ -499,6 +499,8 @@ def mark_x(text):
|
|||
self.ae(s.marked_cells(), cells(0, 1))
|
||||
s.set_marker(marker_from_regex('🐈a', 3))
|
||||
self.ae(s.marked_cells(), cells(0, 1, 2))
|
||||
s.set_marker(marker_from_regex('a', 3))
|
||||
self.ae(s.marked_cells(), cells(2))
|
||||
s = self.create_screen(cols=20)
|
||||
s.tab()
|
||||
s.draw('ab')
|
||||
|
|
|
|||
Loading…
Reference in a new issue