Skip to content

Conversation

@abonie
Copy link
Member

@abonie abonie commented Dec 6, 2022

Interpolated strings require escaping '%' chars by doubling them, however if an interpolated string literal had no interpolation expressions, it would not drop extra '%' chars in the content.

Fixes: #14434

Interpolated strings require escaping '%' chars by doubling them,
however if an interpolated string literal had no interpolation
expressions, it would not drop extra '%' chars in the content.
@abonie abonie requested a review from a team as a code owner December 6, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Interpolated string literals without interpolation holes do not treat % characters correctly

4 participants