Remove a duplicate test.

This commit is contained in:
Fred Drake 2001-07-16 18:50:29 +00:00
parent 03813399cc
commit 50bc19fce5

View file

@ -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("<$")