Skip to content

Fix each with multiple character string and chomp#30

Merged
jeremyevans merged 1 commit into
ruby:masterfrom
jeremyevans:string-sep-chomp-18769
May 30, 2022
Merged

Fix each with multiple character string and chomp#30
jeremyevans merged 1 commit into
ruby:masterfrom
jeremyevans:string-sep-chomp-18769

Conversation

@jeremyevans

Copy link
Copy Markdown
Contributor

Previously, this could result in an infinite loop. Always update
the e pointer in this case, setting w when chomping so the chomped
data is not included in the output.

Fixes [Bug #18769]

Previously, this could result in an infinite loop.  Always update
the e pointer in this case, setting w when chomping so the chomped
data is not included in the output.

Fixes [Bug #18769]
@jeremyevans jeremyevans requested a review from nobu May 26, 2022 22:45
@jeremyevans jeremyevans merged commit 4bf64d5 into ruby:master May 30, 2022
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.

2 participants