Skip to content

Commit 7be95e8

Browse files
committed
fixup! Test the serializer by ensuring any parse tree can roundtrip.
1 parent 1a7a620 commit 7be95e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html5lib/tests/test_serializer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def runRoundtripTest(input, options):
125125
assert expected == output, "\n".join([
126126
"", "Input:", input,
127127
"", "Expected:", expected,
128+
"", "Serialization:", serialized,
128129
"", "Received:", output,
129130
"", "Diff:", diff
130131
])

0 commit comments

Comments
 (0)