You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
Unfortunately under Windows I have the different line endings \r\n instead of \n. As long as the tests directly compare against Strings this causes issue.
Not sure what the cleanest approach is. Simplest would be to replace all \r\n with \n.