When running sbt test scripted on my Windows machine the following tests are failing, i.e. https://gist.github.com/mdedetrich/e788d6bb49feacd240ac48a7a7f17a1d
It seems to be that the tests are failing due to different line endings (an easy way to fix this would be to use trim?)
When running
sbt test scriptedon my Windows machine the following tests are failing, i.e. https://gist.github.com/mdedetrich/e788d6bb49feacd240ac48a7a7f17a1dIt seems to be that the tests are failing due to different line endings (an easy way to fix this would be to use trim?)