You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tab char is probably counted as 1 char length when determining the column length of a table and that in turn pushes table borders to the right as seen on the buggy output (there is a tab char between amount and symbol).
On the correct output there are 4 spaces instead of a tab char.
Fix suggestion:
Replace tab chars with 4 spaces of the input text. (Fast fix)
Calculate the tab positions (1 TAB = 8 spaces) and spacing they create to determine the correct length of the text.
Information
Tab char is probably counted as 1 char length when determining the column length of a table and that in turn pushes table borders to the right as seen on the buggy output (there is a tab char between amount and symbol).
On the correct output there are 4 spaces instead of a tab char.
Fix suggestion:
Buggy output:
Correct output:
The text was updated successfully, but these errors were encountered: