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

Karma hangs when file paths have \u in them #924

Closed
MrP opened this issue Feb 12, 2014 · 1 comment · Fixed by #932
Closed

Karma hangs when file paths have \u in them #924

MrP opened this issue Feb 12, 2014 · 1 comment · Fixed by #932

Comments

@MrP
Copy link
Contributor

MrP commented Feb 12, 2014

Trying to include any file whose path contains \u in it, like windows paths, will make the browser complain about a Syntax error or a bad ID. That's because javascript gets confused expecting a Unicode character (e.g. \u0040).

I've given it a shot at fixing it with #923, which makes it work in my machine.

I've seen this issue using the Google Closure library, for the file
.....\useragent\useragent.js

Thanks,
Victor

@davidlinse
Copy link

I've not seen a solution like this for path related issues so far, so I'd guess that the problem is somewhere else under the hood.

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 a pull request may close this issue.

2 participants