bem / html-differ

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

Escaping Quotes #133

Closed blond closed 8 years ago

blond commented 8 years ago

Escaping quotes should not be equal normal quotes.

Example

These HTMLs should not be equal:

<div class="button__text">&lt;script&gt;alert("")&lt;/script&gt;</div>
<div class="button__text">&lt;script&gt;alert(&quot;&quot;)&lt;/script&gt;</div>
eGavr commented 8 years ago

html-differ does not see the difference, because it seems that the above two HTMLs are really equal :)