Skip to content

Fix initialization when path has parentheses #1009

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

Merged
merged 4 commits into from
Jul 2, 2024

Conversation

thecrypticace
Copy link
Contributor

Project paths are turned into "selectors" passed to picomatch. However, parentheses are special characters in picomatch and must be escaped. This PR does this and adds tests for these cases as well.

Fixes #1008

@thecrypticace thecrypticace force-pushed the fix/paths-with-parens branch from 1a4e3f6 to 07c6b6f Compare July 2, 2024 17:56
@thecrypticace thecrypticace merged commit a094787 into master Jul 2, 2024
@thecrypticace thecrypticace deleted the fix/paths-with-parens branch July 2, 2024 19:15
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

Successfully merging this pull request may close these issues.

Project paths with parentheses not working (v0.12.x)
1 participant