diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-11-01 14:37:25 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-11-01 14:37:25 +0100 |
commit | 3402623cd692bcbdb5e92125fb8b99291908f74f (patch) | |
tree | fd970774bb0f8d041458aaed77ef552acd889d35 /test | |
parent | e10506226abbca14ebe99c987feb155f1253abec (diff) | |
download | json_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')
-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> |