mirror of
https://github.com/Textualize/rich.git
synced 2025-07-24 12:53:58 +00:00
comment
This commit is contained in:
parent
13147d69c7
commit
78701311fe
1 changed files with 2 additions and 0 deletions
|
@ -286,6 +286,8 @@ def test_split_cells_emoji(text, split, result):
|
|||
|
||||
|
||||
def test_split_cells_mixed() -> None:
|
||||
"""Check that split cells splits on cell positions."""
|
||||
# Caused https://github.com/Textualize/textual/issues/4996 in Textual
|
||||
test = Segment("早乙女リリエル (CV: 徳井青)")
|
||||
for position in range(1, test.cell_length):
|
||||
left, right = Segment.split_cells(test, position)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue