failed NO_PATCH NO_PATCH UNSUBMITTED empty_patch(None) · None tool calls · 0 s · Textualize/rich
fix background style with soft wrap Fixes https://github.com/Textualize/rich/issues/3838
| # | Tool | Arguments | Result |
|---|---|---|---|
| No trace captured. | |||
....F
=================================== FAILURES ===================================
_________________________ test_split_lines_terminator __________________________
def test_split_lines_terminator():
lines = [Segment("Hello\nWorld")]
> assert list(Segment.split_lines_terminator(lines)) == [
([Segment("Hello")], True),
([Segment("World")], False),
]
E AttributeError: type object 'Segment' has no attribute 'split_lines_terminator'
tests/test_segment.py:39: AttributeError
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
1 failed, 4 passed in 0.23s