summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-16 18:50:29 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-16 18:50:29 (GMT)
commit50bc19fce54a22f06eb777711b75a1bfd1c0b86b (patch)
tree143f99aca0543897024454139730e7c68597f113 /Lib/test
parent03813399cc19b09cddd031b3c2924038423098f0 (diff)
downloadcpython-50bc19fce54a22f06eb777711b75a1bfd1c0b86b.zip
cpython-50bc19fce54a22f06eb777711b75a1bfd1c0b86b.tar.gz
cpython-50bc19fce54a22f06eb777711b75a1bfd1c0b86b.tar.bz2
Remove a duplicate test.
Diffstat (limited to 'Lib/test')
-rwxr-xr-xLib/test/test_htmlparser.py1
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("<$")