tbranyen/diffhtml

Parser bug where multiple elements on a single line fails

tbranyen opened this issue · 0 comments

The existing parser currently has a limitation where multiple elements defined on the same line breaks. This should be resolved with the new parser work.

<button>Test</button><button>Test2</button>