File: invalid_start.html

package info (click to toggle)
python-html2text 2014.9.25-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 404 kB
  • ctags: 143
  • sloc: python: 1,073; sh: 76; makefile: 14
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>