erlang_ls
erlang_ls copied to clipboard
Fix disabled CT tests on WIndows.
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!