aboutsummaryrefslogtreecommitdiffstats
path: root/test/nested_html_output.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-11-01 14:37:25 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-11-01 14:37:25 +0100
commit3402623cd692bcbdb5e92125fb8b99291908f74f (patch)
treefd970774bb0f8d041458aaed77ef552acd889d35 /test/nested_html_output.html
parente10506226abbca14ebe99c987feb155f1253abec (diff)
downloadjson_diff-3402623cd692bcbdb5e92125fb8b99291908f74f.tar.gz
Making the script slightly more future-proof.
use from __future__ import division, absolute_import use argparse instead of optparse
Diffstat (limited to 'test/nested_html_output.html')
-rw-r--r--test/nested_html_output.html17
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>&nbsp;</td><td class='update_class'>son = Ivánek</td>
- </tr>
-<tr>
+ </tr><tr>
<td>&nbsp;</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>