[Python-checkins] CVS: python/dist/src/Lib/test test_htmlparser.py,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Mon, 16 Jul 2001 11:50:31 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv4515

Modified Files:
	test_htmlparser.py 
Log Message:

Remove a duplicate test.


Index: test_htmlparser.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_htmlparser.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_htmlparser.py	2001/05/18 15:32:59	1.1
--- test_htmlparser.py	2001/07/16 18:50:29	1.2
***************
*** 200,204 ****
          self._parse_error("</")
          self._parse_error("</a")
-         self._parse_error("</a")
          self._parse_error("<a<a>")
          self._parse_error("</a<a>")
--- 200,203 ----