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

* ruby33.y: extract words_sep #967

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

iliabylich
Copy link
Collaborator

Closes #923.

This is a Ripper-only change + minor refactoring. Here's a test code from the commit:

p %w(

w
 w w )

Ruby 3.2.2:

$ ruby -v test.rb
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin23]
["w", "w", "w"]

Ruby 3.3.0:

$ ruby -v test.rb
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]
["w", "w", "w"]

@iliabylich iliabylich merged commit 41dc835 into whitequark:master Dec 28, 2023
9 checks passed
@iliabylich iliabylich deleted the extract-words_sep branch December 28, 2023 11:23
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.

ruby/ruby@ac8a162
1 participant