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
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.
Unfortunately under Windows I have the different line endings
\r\ninstead 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\nwith\n.