Unibeautify / sparser

A framework of various language parsers
Other
93 stars 5 forks source link

HTML list items without closing tag #68

Closed prettydiff closed 5 years ago

prettydiff commented 5 years ago
<ul>
  <li>ab
    <li>cd</ul>
<dl><dt>ef<dt>gh</dt></dl>

The two li tags and the first dt tag are missing closing tags, so a hidden closing tag must be inferred