Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-28 | Normalize URLs in test suite. | John MacFarlane | |
This way we don't fail tests for legitimate variations in URL escaping/normalization policies. Closes #334. | |||
2015-11-23 | Better fix for #380. | John MacFarlane | |
2015-11-23 | normalize.py: Don't use HTMLParseError. | John MacFarlane | |
It has been removed as of python 3.5. Closes #380. | |||
2015-06-11 | normalize.py: Don't collapse whitespace in pre tag. | John MacFarlane | |
2015-01-24 | Added spec tests. | John MacFarlane | |
2015-01-24 | Removed implementation-specific material from repository. | John MacFarlane | |
The C and JS implementations are being split off into different repositories. This repository will just have the spec itself. | |||
2014-12-29 | Updated tests to use python3. | John MacFarlane | |
2014-12-22 | Fixed normalization bug, added more doctests for normalization. | John MacFarlane | |
* The tests test for removal of whitespace around block-level tags. * Previously whitespace wasn't removed before an initial block-level tag; this commit fixes that. * Also revised wording so it's clear that whitespace is removed on both sides of block-level tags. Closes #246 in a slightly different way. | |||
2014-12-19 | Added a few more doctests for HTML normalization (#245). | John MacFarlane | |
2014-12-19 | Fixed whitespace normalization (#245). | John MacFarlane | |
2014-12-19 | Expose failure to normalize whitespaces | Ciro Santilli | |
2014-11-29 | test: Factored out normalization code into normalize.py. | John MacFarlane | |