- Commit
- 7600cd859014bac31200d52b1c4f6e88136b3c97
- Parent
- c9875cbbbe293e6727a7a25b79e7ea4949ef5670
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
runtests.py: Fixed normalization of declarations and CDATA.
If the input contains CDATA, we break it out and pass it through
verbatim, without sending it through HTMLParser, which breaks on
CDATA.
Improves on #161.