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 block string quote unescaping #4580

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

tenderlove
Copy link
Contributor

Triple quotes at the beginning and end of lines shouldn't be removed if they have been escaped. IOW only the leading and trailing """ should be removed from the token

Triple quotes at the beginning and end of lines shouldn't be removed if
they have been escaped.  IOW only the leading and trailing """ should be
removed from the token
@rmosolgo rmosolgo added this to the 2.0.27 milestone Aug 10, 2023
@rmosolgo
Copy link
Owner

Nice, thanks for the fix!

@rmosolgo rmosolgo merged commit 15cf025 into rmosolgo:master Aug 10, 2023
12 of 13 checks passed
@tenderlove tenderlove deleted the block-string-fix branch August 10, 2023 21:17
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.

None yet

2 participants