mirror of
https://github.com/Textualize/rich.git
synced 2025-07-24 04:45:05 +00:00
version bump
This commit is contained in:
parent
3cf97f151d
commit
59f699e2ed
3 changed files with 3 additions and 5 deletions
|
@ -151,7 +151,7 @@ def test_divide():
|
|||
]
|
||||
|
||||
assert list(Segment.divide(segments, [])) == []
|
||||
assert list(Segment.divide([], [1])) == []
|
||||
assert list(Segment.divide([], [1])) == [[]]
|
||||
|
||||
assert list(Segment.divide(segments, [1])) == [[Segment("H", bold)]]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue