diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 10:55:39 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 10:55:39 -0500 |
commit | 328204928bd22ca9e8aeac0a3208645d9f82f264 (patch) | |
tree | f3887c29a818d484834b28fd1569f17084b52dee /bs4/tests/test_htmlparser.py | |
parent | a4ffd587fad7d2442a9ccdcdd0a8f6df347f39eb (diff) |
Added basic namespace tests.
Diffstat (limited to 'bs4/tests/test_htmlparser.py')
-rw-r--r-- | bs4/tests/test_htmlparser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bs4/tests/test_htmlparser.py b/bs4/tests/test_htmlparser.py index bcb5ed2..6215185 100644 --- a/bs4/tests/test_htmlparser.py +++ b/bs4/tests/test_htmlparser.py @@ -17,3 +17,4 @@ class HTMLParserTreeBuilderSmokeTest(SoupTest, HTMLTreeBuilderSmokeTest): def test_namespaced_public_doctype(self): # html.parser can't handle namespaced doctypes, so skip this one. pass + |