示例#1
0
def test_normalize_html():
    assert html.normalize_html("<p>Simple  double  spaced</p>") == "<p>Simple double spaced</p>"
示例#2
0
def test_normalize_html():
    assert html.normalize_html(
        "<p>Simple  double  spaced</p>") == "<p>Simple double spaced</p>"