Exemplo n.º 1
0
def test_normalize_html():
    assert html.normalize_html("<p>Simple  double  spaced</p>") == "<p>Simple double spaced</p>"
Exemplo n.º 2
0
def test_normalize_html():
    assert html.normalize_html(
        "<p>Simple  double  spaced</p>") == "<p>Simple double spaced</p>"