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

Edge case with (*THEN) + endanchored#359

Open
addisoncrump opened this issue Dec 8, 2023 · 1 comment
Open

Edge case with (*THEN) + endanchored #359

addisoncrump opened this issue Dec 8, 2023 · 1 comment

Comments

@addisoncrump
Copy link
Contributor

addisoncrump commented Dec 8, 2023

Seemingly related to #353 and #357.

  re> /a+?(*THEN)/endanchored
data> aaaa
No match
data> aaaa\=no_jit
 0: a
data> aaa
 0: a
data> aaa\=no_jit
 0: a
@PhilipHazel
Copy link
Collaborator

This is another case where Perl agrees with the interpreter if the pattern is changed to /a+?(*THEN)\z/

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

No branches or pull requests

2 participants