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 to not include '.' and '-' into identifier without brackets #95

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

yui-knk
Copy link
Collaborator

@yui-knk yui-knk commented Sep 11, 2023

Identifier in @left.first_line in action should be parsed as @left not @left.first_line. If identifier includes '.' and '-', it should be wrapped with brackets.

Identifier in `@left.first_line` in action should be parsed as
`@left` not `@left.first_line`. If identifier includes '.' and '-',
it should be wrapped with brackets.
@yui-knk yui-knk merged commit 28696f1 into ruby:master Sep 11, 2023
11 checks passed
@yui-knk yui-knk deleted the fix_named_ref_without_bracket branch September 11, 2023 08:32
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.

1 participant