This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make linefeed OS-agnostic in unit tests (#118)
* Make linefeed OS-agnostic in unit tests Ensure no tests fail due to \n differs to \r\n on Windows, while maintaining Linux/MacOS compatibility * Make linefeed OS-agnostic in HtmlReportSpec.kt Left out of previous commit * Revert "Make linefeed OS-agnostic in HtmlReportSpec.kt" Template file is stored with \n and will not be affected by operating system
- Loading branch information
Showing
3 changed files
with
87 additions
and
67 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