erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
626 stars 136 forks source link

Fix disabled CT tests on WIndows. #1512

Open plux opened 5 months ago

plux commented 5 months ago

When upgrading Windows build to use OTP 24 instead of OTP 23 a couple of CT tests started failing. https://github.com/erlang-ls/erlang_ls/pull/1511

I don't use Windows and can't really debug the issues, so I would need help from some

The test suites containing failing tests are: els_formatter_SUITE els_hover_SUITE els_text_edit_SUITE

The issue seems to be related to how linebreaks are handled on Windows.

Contributions from Windows users are welcome on this one!