diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-11-16 18:31:17 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-11-16 18:31:17 +0100 |
commit | 50106ddde7696e60cda2b593f7e4dcc06c46045c (patch) | |
tree | 5f068052c6108ad8869d617eaf1c9a7179b96a44 /test | |
parent | 26b4428c04453478ae7428b6232ae857f02af21e (diff) | |
download | json_diff-50106ddde7696e60cda2b593f7e4dcc06c46045c.tar.gz |
Back to the green, still struggling with arrays.
Diffstat (limited to 'test')
-rw-r--r-- | test/nested_html_output.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/nested_html_output.html b/test/nested_html_output.html index 1d1e865..83ef695 100644 --- a/test/nested_html_output.html +++ b/test/nested_html_output.html @@ -24,8 +24,7 @@ td { <td class='remove_class'>b = 2</td> </tr><tr> <td class='update_class'>a = 2</td> - </tr> -<tr> + </tr><tr> <td> </td><td class='update_class'>son = Ivánek</td> </tr><tr> <td> </td><td class='append_class'>daughter = Maruška</td> @@ -35,4 +34,3 @@ td { </table> </body> </html> - |