elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

Wrap long lines from the RenderIssue #188

Closed elliotchance closed 9 years ago

elliotchance commented 10 years ago

When there is a long output string it needs to wrap based on the size of console.

elliotchance commented 9 years ago

This was only really an issue when we were printing long JSON lines which doesn't happen now. Also its too hard to know if we would be wrapping lines that should not be wrapped.