From 85baeb52b43c5d61dd7cc274ca9c31972ae88bfc Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 20 Feb 2012 12:30:00 -0500 Subject: lxml tests are once again run and pass when lxml is installed. --- bs4/tests/test_htmlparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bs4/tests/test_htmlparser.py') diff --git a/bs4/tests/test_htmlparser.py b/bs4/tests/test_htmlparser.py index 2eec428..474e92a 100644 --- a/bs4/tests/test_htmlparser.py +++ b/bs4/tests/test_htmlparser.py @@ -40,7 +40,7 @@ class TestHTMLParserTreeBuilder(SoupTest): def test_hex_entities_in_text(self): # XXX This tests a workaround for a bug in HTMLParser. - self.assertSoupEquals("ñ", u"\xf1") + self.assertSoupEquals("

ñ

", u"

\xf1

") def test_entities_in_attribute_values_converted_during_parsing(self): -- cgit v1.2.3