From e170ff33e67e806cf33e2e51fcefcfa0b9310d96 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Fri, 18 Feb 2011 14:49:41 -0500 Subject: Moved in the last of the tests from TODO. --- tests/test_lxml.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_lxml.py') diff --git a/tests/test_lxml.py b/tests/test_lxml.py index 85c6a1b..7e15dcf 100644 --- a/tests/test_lxml.py +++ b/tests/test_lxml.py @@ -425,6 +425,10 @@ class TestLXMLBuilderInvalidMarkup(SoupTest): # The declaration is ignored altogether. self.assertEquals(soup.encode(), "

a

") + def test_tag_name_contains_unicode(self): + # Unicode characters in tag names are stripped. + tag_name = u"Joe" + self.assertSoupEquals("Joe") class TestLXMLBuilderEncodingConversion(SoupTest): # Test Beautiful Soup's ability to decode and encode from various -- cgit v1.2.3