Removed rstrip() for proper line blanking#51
Conversation
The addition of `.rstrip()` to the return output broke line blanking when overwriting the same screen space; removed it to restore previous behavior.
|
This is strange, but it breaks the tests somehow. I will investigate and will get back to you with my findingds. In the meantime, if you could check the error here https://travis-ci.org/github/kroitor/asciichart/builds/698977078?utm_source=github_status&utm_medium=notification it would help speed up the process. Thx! |
|
Sorry, I'm just now getting to this; I apparently had a mail filtering issue and never saw the notifications... It looks like the test is failing because the "expected" graph has no whitespace while the actual graph does (which is the point of removing |
The addition of
.rstrip()to the return output broke line blanking when overwriting the same screen space; removed it to restore previous behavior.