sbt / sbt-web

Library for building sbt plugins for the web
Other
368 stars 65 forks source link

Fix tests for Windows #234

Open mdedetrich opened 6 months ago

mdedetrich commented 6 months ago

Could be related to https://github.com/sbt/sbt-web/issues/112

When working on this PR the tests failed on windows CI because of

[info] JS should
[error]   x create JS objects from various types
[error]    '"\\path\\to\\file"' != '"/path/to/file"' (JsSpec.scala:16)
[error]   x create JS objects with implicit conversions
[error]    '"\\path\\to\\file"' != '"/path/to/file"' (JsSpec.scala:42)

Appears to be an issue with line separators on different platforms.