Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #29: use / in filepaths even under Windows
`System.FilePath.normalise` replaces slashes by backslashes. We implement a simplified version of `normalise` that does the opposite. This should make (relative) file path printed in test output more portable across OSs.
- Loading branch information