diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-16 18:50:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-16 18:50:29 (GMT) |
commit | 50bc19fce54a22f06eb777711b75a1bfd1c0b86b (patch) | |
tree | 143f99aca0543897024454139730e7c68597f113 /Lib | |
parent | 03813399cc19b09cddd031b3c2924038423098f0 (diff) | |
download | cpython-50bc19fce54a22f06eb777711b75a1bfd1c0b86b.zip cpython-50bc19fce54a22f06eb777711b75a1bfd1c0b86b.tar.gz cpython-50bc19fce54a22f06eb777711b75a1bfd1c0b86b.tar.bz2 |
Remove a duplicate test.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/test_htmlparser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py index e331ac8..0f3cf80 100755 --- a/Lib/test/test_htmlparser.py +++ b/Lib/test/test_htmlparser.py @@ -199,7 +199,6 @@ text self._parse_error("</$>") self._parse_error("</") self._parse_error("</a") - self._parse_error("</a") self._parse_error("<a<a>") self._parse_error("</a<a>") self._parse_error("<$") |