-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output is disrupted when word has leading or trailing spaces #19
Comments
WorkaroundSpecifying the output separator as See the differences by yourself:
|
This issue has been solved by using a regex instead of a plain string matching spaces.. This happened because tabs were kept as is in the output, whereas column_ansi/src/column_ansi.pl Line 37 in bc31e6b
|
...Continuing discussion from my comment on issue #18...
Problem
When any word in the line has a leading or trailing space, all next words get shifted.
Examples
be
has leading space:this
has trailing space:The text was updated successfully, but these errors were encountered: