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

scanner: allow exponent in string interpolation #22453

Closed

Conversation

Delta456
Copy link
Member

@Delta456 Delta456 commented Oct 8, 2024

Fixes #22429

@Delta456 Delta456 marked this pull request as draft October 8, 2024 20:02
Comment on lines +239 to +240
assert '${a:4.1}' == ' 1.2'
assert '${a:4.1}' == ' 1.2'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests here do not use e or E 🤔 .

Copy link

@Wajinn Wajinn Oct 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to check out this problem at Rosetta too.

@Delta456 Delta456 closed this Oct 12, 2024
@Delta456 Delta456 deleted the scanner_allow_expo_string_inter branch October 12, 2024 11:51
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.

checker,scanner: format specifier 'e' should not be recognized as exponent 'e'
3 participants