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

Add words method to Allomorph #5107

Merged
merged 1 commit into from Nov 23, 2022
Merged

Add words method to Allomorph #5107

merged 1 commit into from Nov 23, 2022

Conversation

2colours
Copy link
Contributor

This fixes the presumption that .words is like .comb(/ \S+ /).

Before: <3>.words.raku # (IntStr.new(0, "3"),).Seq
After: <3>.words.raku # ("3",).Seq

This fixes the presumption that .words is like .comb(/ \S+ /).
@lizmat lizmat merged commit 59a3485 into rakudo:master Nov 23, 2022
@2colours 2colours deleted the patch-1 branch November 23, 2022 10:00
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