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

Test in S05-modifier/counted-match.t fails: .match with adverb :nth(2, 4 ... *) #4165

Closed
p6rt opened this issue May 3, 2015 · 5 comments
Closed
Labels
regex Regular expressions, pattern matching, user-defined grammars, tokens and rules

Comments

@p6rt
Copy link

p6rt commented May 3, 2015

Migrated from rt.perl.org#125026 (status was 'resolved')

Searchable as RT125026$

@p6rt
Copy link
Author

p6rt commented Oct 23, 2015

From @usev6

This ticket is about a failing test in S05-modifier/counted-match.t which calls .match with an infinite sequence as adverb :nth.

$ perl6-m -e 'my $data = "f fo foo fooo foooo fooooo foooooo"; my @​match = $data.match(/fo+/, :nth(2, 4 ... *)).list; say @​match.perl'
[]

The test expects @​match to have three elements 'foo', 'foooo' and 'foooooo' there.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 23, 2015

From @usev6

This ticket is about a failing test in S05-modifier/counted-match.t which calls .match with an infinite sequence as adverb :nth.

$ perl6-m -e 'my $data = "f fo foo fooo foooo fooooo foooooo"; my @​match = $data.match(/fo+/, :nth(2, 4 ... *)).list; say @​match.perl'
[]

The test expects @​match to have three elements 'foo', 'foooo' and 'foooooo' there.

@p6rt
Copy link
Author

p6rt commented Oct 25, 2016

From @usev6

These tests were changed with Raku/roast@9a266114ab (and they are passing now).

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 25, 2016

From @usev6

These tests were changed with Raku/roast@9a266114ab (and they are passing now).

I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented Oct 25, 2016

@usev6 - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Oct 25, 2016
@p6rt p6rt added the regex Regular expressions, pattern matching, user-defined grammars, tokens and rules label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regex Regular expressions, pattern matching, user-defined grammars, tokens and rules
Projects
None yet
Development

No branches or pull requests

1 participant