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

fix(karma): Fix issue regarding escape quotes #1938

Conversation

Moumi
Copy link
Contributor

@Moumi Moumi commented Feb 28, 2016

Change a line to escape single quote characters in filenames.

Closes #1876

@dignifiedquire
Copy link
Member

Thanks, can you squash the two commits into one please?

@Moumi Moumi force-pushed the fix-issue-escape-single-quotes branch from 9fa540d to 9dff3f3 Compare February 28, 2016 22:42
@Moumi
Copy link
Contributor Author

Moumi commented Feb 28, 2016

@dignifiedquire I have squashed them together. Never done it before, so I hope it all went well. 😉

@dignifiedquire
Copy link
Member

Thanks :octocat: looks good.

dignifiedquire added a commit that referenced this pull request Feb 29, 2016
…otes

fix(karma): Fix issue regarding escape quotes
@dignifiedquire dignifiedquire merged commit c507821 into karma-runner:master Feb 29, 2016
@alancutter
Copy link

Also this should probably use JSON.stringify() instead of hand rolled replace() calls. Files with newlines in them will also cause problems.

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.

None yet

3 participants