Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Escapes and spaces are not handled correctly #130

Labels

Comments

@latin-1
Copy link

latin-1 commented Jul 21, 2024

ignore().add("a\\\\ ").ignores("a\\")
// currently false, should be true
ignore().add("a\\\\ b").ignores("a\\ b")
// currently false, should be true
@kaelzhang
Copy link
Owner

confirmed, working on it

@kaelzhang
Copy link
Owner

Landed in 5.3.2

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

Successfully merging a pull request may close this issue.

2 participants