-
-
Notifications
You must be signed in to change notification settings - Fork 734
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
Properly escape quotes with leading spaces #2363
Properly escape quotes with leading spaces #2363
Conversation
I've tested this, it seems like it escapes everything coming after the input string aswell, could you check? |
I don't really understand what you mean by that. Could you please elaborate a bit? |
I think that should be fixed now |
This needs tests. |
Co-authored-by: Florian Spieß <[email protected]>
Pull Request Etiquette
Changes
Closes Issue: #2358
Description
Fixes an issue that caused quotes with leading spaces to not be escaped.