toothpick
toothpick copied to clipboard
Fix tests for Windows developers
When executing ./gradlew check on Windows in fails due to end-of-line characters.
The issue is described here: #431
In this PR I propose to use \n to be platform-agnostic, as it also work on Windows.