table_optional.html - webdump_tests - Testfiles for webdump
 (HTM) git clone git://git.codemadness.org/webdump_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       table_optional.html (191B)
       ---
            1 <!-- optional closing of row -->
            2 
            3 <table>
            4 <tr><th>a</th><th>b</th><th>c</th>
            5 <tr><td>1</td><td>2</td><td>3</td>
            6 <tr><td>1</td><td>2</td><td>3</td>
            7 <tr><td>1</td><td>2</td><td>3</td>
            8 </table>