bem / html-differ

Сompares two HTML
http://bem.info/tools/testing/html-differ/
MIT License
211 stars 44 forks source link

ignore /> #152

Closed UziTech closed 1 year ago

UziTech commented 6 years ago

is there a reason the slash at the end of an empty tag is not ignored?

htmlDiffer.isEqual("<hr />", "<hr>") // false but should be true