bem / html-differ

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

Bug in comparison of screened HTML content #131

Closed eGavr closed 9 years ago

eGavr commented 9 years ago

The following two HTML codes:

<script>console.log("hello");</script>

and

<script>console.log("hello")</script>

should NOT be considered to be equal!