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-useless-range fail to escape some characters #104

Closed
RunDevelopment opened this issue Apr 10, 2021 · 0 comments · Fixed by #126
Closed

no-useless-range fail to escape some characters #104

RunDevelopment opened this issue Apr 10, 2021 · 0 comments · Fixed by #126
Labels
bug Something isn't working

Comments

@RunDevelopment
Copy link
Collaborator

Here are some character classes that will be fixed incorrectly:

/[,--b]/ -> /[,-b]/
/[\c-d]/ -> /[\cd]/

These examples are very artificial but should be fixed at some point. This is a low-priority bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant