diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-28 21:39:20 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-28 21:39:20 -0500 |
commit | 23050015d14b227828c928433842cab11a1a783c (patch) | |
tree | fb615a7eeb282609e921e7fa43b8d4ea78c7ac88 /tests/test_html5lib.py | |
parent | f0b1b4f0f3c2ce4e140ba01a6690ddb16bf0fb17 (diff) |
Added tests for <textarea> and <script> tags that contain HTML.
Diffstat (limited to 'tests/test_html5lib.py')
-rw-r--r-- | tests/test_html5lib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_html5lib.py b/tests/test_html5lib.py index 417e87b..266eb13 100644 --- a/tests/test_html5lib.py +++ b/tests/test_html5lib.py @@ -4,7 +4,6 @@ from beautifulsoup.testing import ( BuilderSmokeTest, ) - class TestHTML5Builder(BuilderSmokeTest): """See `BuilderSmokeTest`.""" |