diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-20 10:47:10 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-20 10:47:10 -0500 |
commit | 6de230d1f201c686d56e5f5a5241db69c316cea8 (patch) | |
tree | c1710e7c841133885e4886a79fb5ae0aa450ec88 /tests/test_tree.py | |
parent | f2532b1d63bd4a4d2be6ad9a4dce5eea03f43e7a (diff) |
Removed extraneous newlines.
Diffstat (limited to 'tests/test_tree.py')
-rw-r--r-- | tests/test_tree.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_tree.py b/tests/test_tree.py index 6f00716..8cbd309 100644 --- a/tests/test_tree.py +++ b/tests/test_tree.py @@ -866,7 +866,6 @@ class TestSubstitutions(SoupTest): self.assertEquals(soup.contents[0].name, 'pre') - class TestEncoding(SoupTest): """Test the ability to encode objects into strings.""" @@ -885,7 +884,6 @@ class TestEncoding(SoupTest): class TestNavigableStringSubclasses(SoupTest): - def test_cdata(self): # None of the current builders turn CDATA sections into CData # objects, but you can create them manually. |