Closed hoelzro closed 9 years ago
It certainly isn't working, taking a look @hoelzro - thank you for the bug report and example
I get the following output with the fix I just pushed to git (3ca62d76ef9b5d37a031e89d23a430a80b5f1390)
<table> <tr> <td>first</td> </tr> <tr> <td>second</td> </tr> </table>
Yup, this works for me!
When parsing an HTML document with a table, a lot of the rows and cells are not picked up. For example, when I try to print the table element in this document:
...I get this:
Here's a test script: