-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem with parentheses #6
Comments
I have the same issue. Parentheses are incorrectly considered invalid. |
I quickly wrote this function to test paths. I guess it can be better, but it is just a quick fix to solve this problem in our code
|
Its-treason
added a commit
to Its-treason/bruno
that referenced
this issue
Dec 15, 2024
Based on: usebruno#3550 Removed the `isValidPathname` validation in electron because it also disallowed ( ) for some reason: jonschlinkert/is-valid-path#6 Added a new validation schema, which also inlcudes Windows specific things.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is should be something like this 'images/my-photo(1).jpg', isn't it? https://github.com/jonschlinkert/is-valid-path/blob/master/test.js#L15-L20
I think it's correct filename
The text was updated successfully, but these errors were encountered: