Added many tests and todos. One test doesn't run yet.
commitd1ad4ec0ddb284300f84c68c24943dac134bfb43
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 1 Aug 2010 17:53:06 +0000 (1 17:53 +0000)
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 1 Aug 2010 17:53:06 +0000 (1 17:53 +0000)
tree59906f1a6b24b3a9d70a9cd8fcaf13050fd3bb31
parenta4f94f456d4f0217d1e4b745102dd803abe1170c
Added many tests and todos. One test doesn't run yet.

Empty inlines are not generated.

Necessary attributes are considered.

Elements which may contain only #PCDATA propagate their inner changes
up to the element itself.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@6382 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
32 files changed:
sandbox/rstdiff/global.log
sandbox/rstdiff/rstdiff.py
sandbox/rstdiff/studies/coloring.css
sandbox/rstdiff/tag.log
sandbox/rstdiff/tests/simple/expected/attributes.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simple/expected/inlineStyles.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simple/input/attributes.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simple/input/attributes.old.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simple/input/inlineStyles.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simple/input/inlineStyles.old.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simple/source/attributes.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simple/source/inlineStyles.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/expected/attributes.html [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/expected/inlineStyles.html [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/expected/section.html [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/expected/textDifferent.html [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/expected/textEqual.html [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/expected/textOnly.html [new file with mode: 0644]
sandbox/rstdiff/tests/simpleHtml/filterunit.cfg [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/expected/attributesNoSource.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/expected/onceOnly.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/expected/pcdataOnly.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/expected/references.xml [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/filterunit.cfg [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/attributesNoSource.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/attributesNoSource.old.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/onceOnly.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/onceOnly.old.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/pcdataOnly.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/pcdataOnly.old.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/references.new.rst [new file with mode: 0644]
sandbox/rstdiff/tests/simpleNoSource/input/references.old.rst [new file with mode: 0644]