def test_normalize_html(): assert html.normalize_html("<p>Simple double spaced</p>") == "<p>Simple double spaced</p>"
def test_normalize_html(): assert html.normalize_html( "<p>Simple double spaced</p>") == "<p>Simple double spaced</p>"