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

[Backport 1.16] fix: Variable name starting with "in" #912

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

backport-action
Copy link
Collaborator

Description

Backport of #909 to 1.16.

relates to #873
original author: @saig0

saig0 added 2 commits August 28, 2024 07:06
Add a test case to verify that a variable name can start with "in" followed by a number.

(cherry picked from commit 91fc30d)
Adjust the parsing of a variable name. If the name starts with a key word, like "in", it can continue with a number.

Previously, the key word must be followed by a letter.

(cherry picked from commit 61cd326)
@saig0 saig0 merged commit cd83d25 into 1.16 Aug 28, 2024
2 checks passed
@saig0 saig0 deleted the backport-909-to-1.16 branch August 28, 2024 07:12
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