-
Notifications
You must be signed in to change notification settings - Fork 199
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
Syntax error on heredoc inside block indented with tabs #989
Comments
With Ruby 3.2 RuboCop gives such output (not breaking itself at least):
|
Thanks for reporting, that's definitely a regression introduced in |
I can confirm that version |
parser |
Thank you for the quick fix ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An error report in rubocop-rspec led me all the way via rubocop-ast into this gem. I wrote the following test case for test/test_parser.rb, and it fails (seemingly in all ruby versions and not just 3.3.0 as in the linked issue) with
Parser::SyntaxError: (2.3) unterminated string meets end of file
The text was updated successfully, but these errors were encountered: