diff --git a/py/rest/testing/test_transform.py b/py/rest/testing/test_transform.py index cc8fac7ce..30f4d1a3b 100644 --- a/py/rest/testing/test_transform.py +++ b/py/rest/testing/test_transform.py @@ -22,8 +22,7 @@ def test_transform_basic_html(): '
foo\tbar
'), (Rest(Paragraph(Link('foo', 'http://www.foo.com/'))), - ('

\n foo' - '

'))): + '

foo

')): html = convert_to_html(rest) assert html == expected