Rohland / htmldiff.net

Html Diff algorithm for .NET
MIT License
288 stars 83 forks source link

Issue with text decoration #59

Closed PersianBrat closed 1 year ago

PersianBrat commented 1 year ago

I added 2 more test cases that I felt are likely to fail over the development. One of them actually represents the issue that I'm fixing. I also wasn't able to run tests locally. It turned out there's an issue with NUnit3TestAdapter nuget package. So I had to update it too.

PersianBrat commented 1 year ago

closes #58

Rohland commented 1 year ago

@PersianBrat thanks for the PR. Just made a few changes and added a few more tests. Let me know if this is still working for you and I'll merge in and push out a new release.

PersianBrat commented 1 year ago

Everything looks fine on my side as well and tests all passed. Thanks @Rohland