mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Console tests fail on a narrow terminal #6988
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @morozov on GitHub (Jun 3, 2022).
Bug Report
How to reproduce
Note that the expected string is present in the output but it contains a line break in between since it doesn't fit in the terminal width.
@greg0ire commented on GitHub (Jun 3, 2022):
A solution might be to do this:
123b1651c4/src/Symfony/Component/Console/Tests/TerminalTest.php