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(runner): Karma hangs when file paths have \u in them #924 #932

Merged
merged 1 commit into from
Mar 8, 2014
Merged

Conversation

MrP
Copy link
Contributor

@MrP MrP commented Feb 24, 2014

Escape backslashes in paths, which happen in Windows,
to prevent bad IDs (e.g. aaa\uuuu).
Add unit test with path with backslashes.

Closes #924

Escape backslashes in paths, which happen in Windows,
to prevent bad IDs (e.g. aaa\uuuu).
Add unit test with path with backslashes.

Closes #924
@MrP MrP mentioned this pull request Feb 24, 2014
vojtajina added a commit that referenced this pull request Mar 8, 2014
fix(runner): Karma hangs when file paths have \u in them #924
@vojtajina vojtajina merged commit aa86421 into karma-runner:master Mar 8, 2014
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.

Karma hangs when file paths have \u in them
2 participants