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 .comb(Str) to ensure non-overlapping results #3668

Merged
merged 1 commit into from May 13, 2020

Conversation

softmoth
Copy link
Contributor

@softmoth softmoth commented May 6, 2020

It is expected that .comb() returns non-overlapping results, and .comb('aa') should yield the same results as .comb(/aa/).

It is expected that .comb() returns non-overlapping results, and
.comb('aa') should yield the same results as .comb(/aa/).
@softmoth
Copy link
Contributor Author

softmoth commented May 6, 2020

Tests are at Raku/roast#639

@Altai-man Altai-man requested a review from lizmat May 6, 2020 10:03
@lizmat lizmat merged commit a4ea2c7 into rakudo:master May 13, 2020
@lizmat
Copy link
Contributor

lizmat commented May 13, 2020

Thanks!

@softmoth softmoth deleted the comb-str branch May 13, 2020 12:29
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