← baseline_full_v2

rich_4075

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

Task input

empty with end

- Fixes https://github.com/Textualize/rich/issues/3740
- Drop support for Python 3.8

Tool calls (0)

#ToolArgumentsResult
No trace captured.

Test output

show
.................F
=================================== FAILURES ===================================
__________________________ test_print_empty_with_end ___________________________

    def test_print_empty_with_end() -> None:
        console = Console(file=io.StringIO(), color_system="truecolor")
        console.print(end="!")
>       assert console.file.getvalue() == "!"
E       AssertionError: assert '\n' == '!'
E         
E         Strings contain only whitespace, escaping them using repr()
E         - '!'
E         + '\n'

tests/test_console.py:198: AssertionError
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
1 failed, 17 passed in 0.17s