DEBSOURCES
Skip Quicknav
sources / python-html2text / 2014.9.25-1 / test / invalid_start.html
12345678
<html> <body> <ol start="invalid"> <li>The ol has an invalid start </li> <li>This should just be ignored </li> </ol> </body> </html>