From e625497c5f43419f1610acd2887d4bcdb33c1d70 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 30 Jan 2007 16:43:00 +0100 Subject: [PATCH] [svn r37609] Oops, forgot to check this in: update to deal with change in py.xml.html. --HG-- branch : trunk --- py/rest/testing/test_transform.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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