mmanela / diffplex

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

fixing SmartSplit for situation when line ends with separator #44

Closed gantrior closed 5 years ago

gantrior commented 5 years ago

my previous pull-request was actually wrong for processing lines with the separator in the end. Like one line, it does not return tokens correctly

This should fix it, I added more tests covering all possible combinations

mmanela commented 5 years ago

Thanks for the follow up!