# HG changeset patch # User Paul Boddie # Date 1533122722 -7200 # Node ID 0fa67bb2a7d92763eabffbd11ac95c33e240fcee # Parent 52163e8185bfb0ae5a59f41e07c9aab789c01c6b Fixed output concatenation affecting HTML serialisation. diff -r 52163e8185bf -r 0fa67bb2a7d9 tests/test_parser.py --- a/tests/test_parser.py Tue Jul 31 19:33:51 2018 +0200 +++ b/tests/test_parser.py Wed Aug 01 13:25:22 2018 +0200 @@ -41,6 +41,10 @@ print "-" * 60 print expected print "-" * 60 + + # Show HTML serialisation. + + output = make_output("standalone") print serialise(d, make_serialiser("html", output)) print "-" * 60 print