Skip to content

Preserve single quote literal display - #2464

Open
LucaCappelletti94 wants to merge 1 commit into
apache:mainfrom
LucaCappelletti94:single-quote-escaping-display
Open

Preserve single quote literal display#2464
LucaCappelletti94 wants to merge 1 commit into
apache:mainfrom
LucaCappelletti94:single-quote-escaping-display

Conversation

@LucaCappelletti94

Copy link
Copy Markdown
Contributor

A string value containing adjacent quotes printed with one level of escaping missing.

'''''' parsed as two quote characters, then printed as '''', which reparsed as one quote character.

This makes single-quoted string values print with their quotes escaped every time, so parse and display reach a fixed point.

@LucaCappelletti94
LucaCappelletti94 marked this pull request as ready for review August 29, 2026 14:50
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