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
While the whitespace calculation might be correct for the unit test, where the <info> tags are simply output, it is certainly wrong for a decorated console, where the <info> tags are converted.
The calculation should be // + 4 = 2 spaces + 2 spaces so it is $totalWidth + 4, then the spacing will be correct.