mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
996 stars 183 forks source link

Cannot detect changes if texts differ by line endings. #47

Closed cezarypiatek closed 4 years ago

cezarypiatek commented 4 years ago

This is probably caused by the fact that string.Split() function does not preserve separator in the output.