htmldiff-js
htmldiff-js copied to clipboard
Unit tests and fix for Special Case Closing Tags
I unveiled a bug in the logic around special case closing tags by adding the unit tests from the .net version of this tool.
Changes: Updated babel. Added unit tests from https://github.com/Rohland/htmldiff.net/blob/master/Test.HtmlDiff/HtmlDiffSpecTests.cs Fix for broken unit tests.