]> granicus.if.org Git - python/commit
Added several new tests to check the behavior with respect to doctype
authorFred Drake <fdrake@acm.org>
Mon, 24 Sep 2001 20:22:09 +0000 (20:22 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 24 Sep 2001 20:22:09 +0000 (20:22 +0000)
commit30c484916988862608e4efdfa8f8aa911e4cc0c3
treee3301e878fc594cce276076cf39b13edf92f164b
parente822049efcfb3eafede8035609284656671aece4
Added several new tests to check the behavior with respect to doctype
declarations and weird markup that we used to accept & ignore that recent
versions raised an exception for; the original behavior has been restored
and augmented (the user can decide what to do if they care; the default is
to ignore it as done in early versions).
Lib/test/test_sgmllib.py