Skip to content
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

Make multi-line comparisons in tests ignorant of CRLF/LF #688

Merged
merged 1 commit into from
Sep 7, 2018

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Sep 7, 2018

This removes all mentions of "\r\n", "\n", or Environment.NewLine from individual tests. A new helper method is used wherever multi-line string comparisons need to be performed.

By introducing a helper method that normalizes the line terminators
to LF before comparison.
@stakx stakx merged commit e268caa into devlooped:master Sep 7, 2018
@stakx stakx deleted the multi-line-comparisons-in-tests branch September 7, 2018 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant