bem / html-differ

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

Optional case sensitivity for tags and attributes #146

Open qfox opened 7 years ago

qfox commented 7 years ago

According to modern frameworks sometimes we need to check generated JSX and <button tabindex="1"></button> is not the same as <Button tabIndex="1"></Button> (notice the upper-cased i letter in index), etc.

Prob I can make a PR if you point me where are .toLowerCase call I need to disable and where I can begin.

eGavr commented 7 years ago

@zxqfox , вот здесь парсятся теги, но я не уверен, что там они прилитают as is. Возможно, что там уже на уровне парсера все переводится в нижний регистр.