stephanenicolas / toothpick

A scope tree based Dependency Injection (DI) library for Java / Kotlin / Android.
Apache License 2.0
1.12k stars 115 forks source link

Fix tests for Windows developers #432

Closed olivierperez closed 11 months ago

olivierperez commented 3 years ago

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.