Referenced in HTML test runner:
<script type="text/javascript" src="file:///d:/workspace/dropbox/programming workspace/c#/personal projects/nancyangular/nancyangular/scripts/test.js"></script>
Error:
Uncaught SyntaxError: Unexpected token < /D:/workspace/dropbox/programming%20workspace/c/#/personal projects
Moving the file out of the 'C#' directory:
Fixed the issue.
<script type="text/javascript" src="file:///d:/workspace/dropbox/programming workspace/c#/personal projects/nancyangular/nancyangular/scripts/test.js"></script>
Error:
Uncaught SyntaxError: Unexpected token < /D:/workspace/dropbox/programming%20workspace/c/#/personal projects
Moving the file out of the 'C#' directory:
Fixed the issue.