summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/data/html4css1.css
Commit message (Collapse)AuthorAgeFilesLines
* Link stylesheets to test dir instead of copy them.milde2015-03-111-1/+1
| | | | | | Keeps them synchronous. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7819 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Base xhtml11 writer on html-base. Adapt and fix tests.milde2015-03-101-311/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7818 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3527842 ]. milde2012-06-041-0/+311
Under Python 3, converted tests and tools are now stored in the ``test3/`` and ``tools3/`` sub-directories and not installed in the PYTHONPATH. In order to make this work: - Make tests independent from the location of the ``test/`` directory. - Use converted sources from the ``build/`` directory for tests under Python 3. Remove functional/tests/stylesheet_path_html4css1.py made redunant by functional/tests/math_output_html.py. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7437 929543f6-e4f2-0310-98a6-ba3bd3dd1d04