File: invalid_start.html

package info (click to toggle)
python-html2text 2025.4.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 976 kB
  • sloc: python: 1,659; sh: 32; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
<html>
   <body>
      <ol start="invalid">
         <li>The ol has an invalid start </li>
         <li>This should just be ignored </li>
      </ol>
   </body>
</html>