-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests for source maps helper classes.
To run the tests do something like this in the root export pythonpath=c:/python34 tests/runtests.sh Fixes to source maps helper classes to make the tests pass, including * insensitive case comparison of file paths, URL paths, and paths in source maps where missing. as mentioned before this is nice for Windows but not ideal for OSX. a subsequent change should do this only for Windows. * some invalid source map cases, or missing authored file or map file, or empty generated file, or missing source map comment * failure when URL could not be mapped to file system
- Loading branch information
1 parent
eca8610
commit 6da58fe
Showing
11 changed files
with
419 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.