bem / html-differ

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

Stop searching when it finds the first difference #169

Open diegomachado1 opened 3 years ago

diegomachado1 commented 3 years ago

Sometimes it takes a lot of time to get isEqual result when the files are too different. I think it's safe to return isEqual = false on first difference found.

eGavr commented 3 years ago

Hi!

At the moment, the tool is not actively developed, but pull requests are wellcome.