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

Fix error messages for unterminated ( and { #3271

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tenderlove
Copy link
Member

If we hit an EOF token, and the character before the EOF is a newline, we need to rewind the error to the newline so that error messages contain the correct newline.

Before this commit, we would report an error on the "line of the EOF" which would come right after the newline

https://bugs.ruby-lang.org/issues/20918

If we hit an EOF token, and the character before the EOF is a newline,
we need to rewind the error to the newline so that error messages
contain the correct newline.

Before this commit, we would report an error on the "line of the EOF"
which would come right after the newline
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

Successfully merging this pull request may close these issues.

2 participants