-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code fix test fails without showing any "visible" difference in diff output #876
Comments
Yes, this is a line ending issue. For dotnet/roslyn-sdk, we really just need to update
|
I think in the case of line ending difference, it's easiest to print the expected and the actual results as a single line containing I can't think of a good way to render the EOL differences as a diff. In case there are other changes than only line endings, I'd prefer the current behavior (showing a diff), i.e, only show the full expected and full actual strings if there is only EOL differences. What do you think? |
Beyond Compare renders CRLF as |
Thanks for the very quick fix @sharwell! |
See build here (PR: Youssef1313/YAnalyzers#38).
It passes on Windows, but not Linux or macOS, which makes me feel like there is a line ending issue.
@sharwell Can you help here? Thanks!
The text was updated successfully, but these errors were encountered: