[svn r37609] Oops, forgot to check this in: update to deal with change in py.xml.html.

--HG--
branch : trunk
This commit is contained in:
guido 2007-01-30 16:43:00 +01:00
parent 1ac5c69420
commit e625497c5f
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ def test_transform_basic_html():
'<pre>foo\tbar</pre>'),
(Rest(Paragraph(Link('foo',
'http://www.foo.com/'))),
('<p>\n <a href="http://www.foo.com/">foo</a>'
'</p>'))):
'<p><a href="http://www.foo.com/">foo</a></p>')):
html = convert_to_html(rest)
assert html == expected