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
'^' is often not aligned with the actual location. This is most often due to tabs. The '^' character is being placed with spaces, but the error line can have tabs.
The solution should be simple, just use the white space characters from the failing line rather than spaces and substitute spaces for regular characters as the code does now.
I will try a pull request to correct this and take it if you like.
The text was updated successfully, but these errors were encountered:
On Sun, Dec 22, 2019 at 9:27 AM seltzer1717 ***@***.***> wrote:
'^' is often not aligned with the actual location. This is most often due
to tabs. The '^' character is being placed with spaces, but the error line
can have tabs.
The solution should be simple, just use the white space characters from
the failing line rather than spaces and substitute spaces for regular
characters as the code does now.
I will try a pull request to correct this and take it if you like.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#200?email_source=notifications&email_token=AABB2S7D6AIBN36XRT4QRKLQZ6PRPA5CNFSM4J6MXOAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICGKOOA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABB2S4JTHJP6VXULITIPF3QZ6PRPANCNFSM4J6MXOAA>
.
'^' is often not aligned with the actual location. This is most often due to tabs. The '^' character is being placed with spaces, but the error line can have tabs.
The solution should be simple, just use the white space characters from the failing line rather than spaces and substitute spaces for regular characters as the code does now.
I will try a pull request to correct this and take it if you like.
The text was updated successfully, but these errors were encountered: