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 escaped '%' check when building Printf.Format #37470

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Sep 8, 2020

Addresses
#32859 (comment).
The issue here was advancing the parsing position too far when an
escaped '%' was encountered after the first format specifier. If an
escaped '%' was then followed by another specifier, it was ignored due
to being classified as an "escaped" character.

Addresses
#32859 (comment).
The issue here was advancing the parsing position too far when an
escaped `'%'` was encountered after the first format specifier. If an
escaped `'%'` was then followed by another specifier, it was ignored due
to being classified as an "escaped" character.
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