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
Oh, not only progress, this is entirely fixed. Completely forgot that this issue existed.
For future reference, the problem was that on checkout, Git converted LF line endings to CRLF line endings (core.autocrlf feature). As the sniper printer is expected to honor the actual line endings (which in the eyes of the tests are LF), and not the system default, this caused the tests to fail as the test source files had their line endings auto-converted, but the literals in the tests were unchanged.
Not sure what's causing this, the sniper printer should respect the newline style used in the source file. See #3856 for an example.
The text was updated successfully, but these errors were encountered: