bem / html-differ

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

Regexp doesn't work when used in class attribute #139

Open qfox opened 8 years ago

qfox commented 8 years ago

I have the following:

    <div class="popup popup popup_theme_ffffff other-classes">

and tried

    <div class="{{(popup\s)?}} popup popup_theme_ffffff other-classes">

but it looks like it does not work at all.

How to make it works?