Using new options `--new`, `--old` and `--both` you may give options
commitfccd4abc20bd01fa78d7773f866ea6273ea2ee9c
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 26 Mar 2011 09:01:55 +0000 (26 09:01 +0000)
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 26 Mar 2011 09:01:55 +0000 (26 09:01 +0000)
tree9ee908c57d4a4bfd2789636fa4d0c18d9bf80443
parent7b7b2eea1b46d1afb8d33e0caec9609b02019008
Using new options `--new`, `--old` and `--both` you may give options
applying only to a certain input file. This can be used to compute
difference with different `--strip-elements-with-class` options.

Changing number of columns in tables are processed correctly.

Adapted tests to latest Docutils snapshot.

Added test `table` in `simpleNoSource` for yet unsolved problem.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@6995 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
26 files changed:
sandbox/rstdiff/global.log
sandbox/rstdiff/rstdiff.py
sandbox/rstdiff/studies/coloring.css
sandbox/rstdiff/tag.log
sandbox/rstdiff/tests/html/expected/contents.html
sandbox/rstdiff/tests/html/expected/footnote.html
sandbox/rstdiff/tests/html/expected/reference.html
sandbox/rstdiff/tests/html/expected/textDifferent.html
sandbox/rstdiff/tests/optionOldNew/expected/generator.xml [new file with mode: 0644]
sandbox/rstdiff/tests/optionOldNew/expected/strip.xml [new file with mode: 0644]
sandbox/rstdiff/tests/optionOldNew/filterunit.cfg [new file with mode: 0644]
sandbox/rstdiff/tests/optionOldNew/input/generator.opt [new file with mode: 0644]
sandbox/rstdiff/tests/optionOldNew/input/generator.rst [new file with mode: 0644]
sandbox/rstdiff/tests/optionOldNew/input/strip.opt [new file with mode: 0644]
sandbox/rstdiff/tests/optionOldNew/input/strip.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/expected/attributes.html
sandbox/rstdiff/tests/simpleHtml/expected/inlineStyles.html
sandbox/rstdiff/tests/simpleHtml/expected/section.html
sandbox/rstdiff/tests/simpleHtml/expected/textDifferent.html
sandbox/rstdiff/tests/simpleHtml/expected/textEqual.html
sandbox/rstdiff/tests/simpleHtml/expected/textOnly.html
sandbox/rstdiff/tests/simpleNoSource/expected/table.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/filterunit.cfg
sandbox/rstdiff/tests/simpleNoSource/input/table.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/table.old.rst [new file with mode: 0644]
sandbox/rstdiff/version.py