Skip to content
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

Parse Error Feedback: '^' character misaligned with actual parse error location #200

Open
seltzer1717 opened this issue Dec 22, 2019 · 1 comment

Comments

@seltzer1717
Copy link

'^' 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.

@Engelberg
Copy link
Owner

Engelberg commented Dec 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants