diff options
Diffstat (limited to 'test/nested_html_output.html')
-rw-r--r-- | test/nested_html_output.html | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/test/nested_html_output.html b/test/nested_html_output.html index 6c5b83c..1d1e865 100644 --- a/test/nested_html_output.html +++ b/test/nested_html_output.html @@ -22,22 +22,17 @@ td { <table> <tr> <td class='remove_class'>b = 2</td> - </tr> -<tr> + </tr><tr> <td class='update_class'>a = 2</td> </tr> <tr> <td> </td><td class='update_class'>son = Ivánek</td> - </tr> -<tr> + </tr><tr> <td> </td><td class='append_class'>daughter = Maruška</td> - </tr> -<tr> + </tr><tr> <td class='append_class'>c = 3</td> </tr> - - - </table> - </body> - </html> +</table> + </body> +</html> |