Skip to content

* ruby33.y: extract words_sep#967

Merged
iliabylich merged 1 commit intowhitequark:masterfrom
iliabylich:extract-words_sep
Dec 28, 2023
Merged

* ruby33.y: extract words_sep#967
iliabylich merged 1 commit intowhitequark:masterfrom
iliabylich:extract-words_sep

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
@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