Skip to content

Commit b031dca

Browse files
willmcguganCopilot
andauthored
Update tests/test_cells.py
Co-authored-by: Copilot <[email protected]>
1 parent b618ccc commit b031dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cells.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def test_is_single_cell_widths() -> None:
187187
("♻", [(0, 1, 1)], 1),
188188
("♻️", [(0, 2, 2)], 2),
189189
("♻♻️", [(0, 1, 1), (1, 3, 2)], 3),
190-
("\x1b", [(0, 1, 0)], 0), # One escape sahould have zero width
190+
("\x1b", [(0, 1, 0)], 0), # One escape should have zero width
191191
("\x1b\x1b", [(0, 2, 0)], 0), # Two escapes should have zero width
192192
(
193193
"\ufe0f",

0 commit comments

Comments
 (0)