← mined_baseline

rich_2296

failed NO_PATCH NO_PATCH UNSUBMITTED empty_patch(None) · None tool calls · 0 s · Textualize/rich

Task input

(not found in data/tasks.jsonl)

Tool calls (0)

#ToolArgumentsResult
No trace captured.

Test output

show
.......................................F
=================================== FAILURES ===================================
__________ test_wrap_wrapped_word_length_greater_than_available_width __________

    def test_wrap_wrapped_word_length_greater_than_available_width():
        text = Text("1234 12345678")
        lines = text.wrap(Console(), 7)
>       assert lines._lines == [
            Text("1234 "),
            Text("1234567"),
            Text("8"),
        ]
E       AssertionError: assert [<text '1234 ... '345678' []>] == [<text '1234 ...<text '8' []>]
E         
E         At index 0 diff: <text '1234 12' []> != <text '1234 ' []>
E         Right contains one more item: <text '8' []>
E         Use -v to get more diff

tests/test_text.py:418: AssertionError
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
1 failed, 39 passed in 0.17s