-
Notifications
You must be signed in to change notification settings - Fork 44
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
Doesn't escape src option #43
Comments
Uh, ok. Have you tried escaping the spaces with a backslash?
|
yea i used
to escape scapes didn't work.
|
I'm not sure what's going on. It's strange that nobody else has had problems with spaces in paths up to now. I'll try and get around to reproducing this in a failing test. In the meantime please report back anything else you find out here ... |
my current fix is just to replace with *. its kinda hackish, and not the greatest
this works for me. but its not the greatest solution to add onto that, I also have to do this for other characters such as semicolons. |
Hello! Sorry for the delay ... just merged a contribution related to this. Does it help with your issue? #47 |
Setting the ssh setting to true, I noticed it does not escape the value of src
even when i tried wrapping src in double quotes
' "<value>" '
, I still seem to be getting this errorThe text was updated successfully, but these errors were encountered: