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

no backtrack into group #3343

Open
p6rt opened this issue Feb 23, 2014 · 2 comments
Open

no backtrack into group #3343

p6rt opened this issue Feb 23, 2014 · 2 comments
Labels
regex Regular expressions, pattern matching, user-defined grammars, tokens and rules

Comments

@p6rt
Copy link

p6rt commented Feb 23, 2014

Migrated from rt.perl.org#121307 (status was 'new')

Searchable as RT121307$

@p6rt
Copy link
Author

p6rt commented Feb 23, 2014

From @coke

Marked as a nom regression, this test in S05-mass/rx.t is todo'd

ok 'xyzabcde' !~~ /[ ab | abc ]​: de/, 'no backtrack into group';

--
Will "Coke" Coleda

@p6rt p6rt added the regex Regular expressions, pattern matching, user-defined grammars, tokens and rules label Jan 5, 2020
@fecundf
Copy link

fecundf commented Jun 18, 2020

Looking at this old issue, is it even correct, since it is using LTM inside the group?

Test regexp ought to be re-written as /[ ab || abc ]​: de/ to properly check no backtrack into group

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

2 participants