diff --git a/kitty_tests/screen.py b/kitty_tests/screen.py index 0007fb42c..f29215f44 100644 --- a/kitty_tests/screen.py +++ b/kitty_tests/screen.py @@ -499,6 +499,8 @@ class TestScreen(BaseTest): 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')