diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-16 18:50:29 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-16 18:50:29 +0000 |
commit | 50bc19fce54a22f06eb777711b75a1bfd1c0b86b (patch) | |
tree | 143f99aca0543897024454139730e7c68597f113 | |
parent | 03813399cc19b09cddd031b3c2924038423098f0 (diff) | |
download | cpython-git-50bc19fce54a22f06eb777711b75a1bfd1c0b86b.tar.gz |
Remove a duplicate test.
-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 e331ac8bcf..0f3cf801fa 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("<$") |