-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Comments
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. |
vojtajina
added a commit
that referenced
this issue
Mar 8, 2014
fix(runner): Karma hangs when file paths have \u in them #924
This was referenced Sep 27, 2018
This was referenced May 25, 2019
1 task
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: