Skip to content
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

Possible fix for shell-quote problem #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Possible fix for shell-quote problem #37

wants to merge 2 commits into from

Conversation

dotcs
Copy link

@dotcs dotcs commented Jun 19, 2015

This PR tries to solve #33. By two regular expressions I try to get around the problem introduced by the behaviour of shell-quote for quote chars " and exclamation marks !.

There might be a better solution to this problem, but at least for my purposes this fix helps getting the job done. Both test cases work in this way.

@n3o77
Copy link
Contributor

n3o77 commented Oct 21, 2015

I already tried that and it won't solve the problem in all cases. The best solution I came up so far is to write the whole JSON into a new file which will then be required. This also solves some HTML encoding problems. Only problem is that I have done this at an older version of this project and hadn't the time to port this over.

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.

2 participants