-
Notifications
You must be signed in to change notification settings - Fork 59
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
Bug: Star is not treated as a literal character inside brackets #101
Comments
Thanks for reporting! Would you please post instructions for reproducing the issue? Please make sure to include the specific commit at which you are testing. Much appreciated! |
I am testing against master branch by invoking |
I think this is a bug, as there's really no meaning I think this is also what the spec means, but we didn't write it clearly out. |
Yes, I agree. There is another thing the spec does not clearly write out: slashes have precedence over anything else. Meaning that a slash will "destroy" the bracket pattern. Example: See also issue 499 in the main repo. and you might also be interested in how I solved this. However, since this looks very intentional, I think it's desired behavior - just not documented. So when fixing this bug, you might need to be careful not to change this behavior. |
The reference implementation does not treat a '*' character as a literal character inside brackets.
Current behavior
Expected behavior
the opposite
The text was updated successfully, but these errors were encountered: