[Tui] Fix description of the bug in BorderPattern#64223
Conversation
|
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
GromNaN
left a comment
There was a problem hiding this comment.
Thanks for the screenshots, that really helps to understand the bug and the fix. Would it be possible to add a test in BorderPatternTest?
fix BorderPattern issue for WIDE, WIDE_MEDIUM, TALL, TALL_MEDIUM

Before fix, white border appears :
After fix:
