[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:
parent
1ac5c69420
commit
e625497c5f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue