mmanela / diffplex

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

Add a SideBySideDiffBuilder constructor that accepts separators. #42

Closed rjantz3 closed 5 years ago

rjantz3 commented 5 years ago

I also updated the unit test referring to the previously static field so it would build. All test passed here.

mmanela commented 5 years ago

Thanks looks good to me