bem / html-differ

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

There is no difference between quoted and unquoted attrs #144

Open vithar opened 7 years ago

vithar commented 7 years ago

There is no difference for html-differ between such files:

<div class=a></div>

and

<div class="a"></div>

This is correct, but it doesn't allow to test different templating engines output.

qfox commented 7 years ago

@vithar Need info