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

Concatenation for character classes unions with the wrong endpoint #156

Closed
katef opened this issue Jun 2, 2019 · 1 comment
Closed

Concatenation for character classes unions with the wrong endpoint #156

katef opened this issue Jun 2, 2019 · 1 comment
Labels

Comments

@katef
Copy link
Owner

katef commented Jun 2, 2019

Regexps like ...[abc]...[xyz]... currently skip the second class with an epsilon. I would imagine this is from unionxy() being given the same endpoint for both, possibly introduced around the time of the AST work.

@katef katef added the bug label Jun 2, 2019
@katef
Copy link
Owner Author

katef commented Jun 3, 2019

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant