-
Notifications
You must be signed in to change notification settings - Fork 522
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
Support spaces in filenames #287
Comments
I've opened PR #288 to support this behavior. |
It's a good idea to support space in filename.
You example would become:
|
I see your point, but doesn't the semi-colon function as the end-of-filename delimiter, rendering the backslashes unnecessary? |
There is also the whitespace issue. the following lines all use the same file 'myfile':
|
I'm happy to update my PR with additional capabilities. If I add the ability to escape spaces via backslash ( |
Yes, you can update your PR. |
It would be nice to be able to have spaces in filenames, for example:
This currently produces a parse error:
The text was updated successfully, but these errors were encountered: