summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesdocutils-0.13.1milde2017-05-301-1/+1
* Release 0.13.1: set version number to 0.13.1grubert2016-12-0915-15/+15
* Make tests fit for newest python versions.milde2016-11-292-4/+10
* Adapt test to fixes in course of the HTML-writer code "outsourcing":milde2016-11-293-3/+3
* Fix tests after renaming html5 writer.milde2016-08-196-6/+6
* Rename html_plain writer to html5_polyglott.milde2016-08-1810-30/+30
* docutils-xml writer: Fix/improve output with "newlines and "indent".milde2016-08-184-4/+1638
* Fixes for the latex2e writer table handling.milde2016-08-033-49/+270
* Support tables with auto-sized column widths in html_plain and latex2e writers.milde2016-07-304-83/+85
* Fix tests.milde2016-07-289-59/+59
* Clear up and document patch [ 120 ].milde2016-07-285-76/+37
* Revert application of [ 132 ] (SOURCE_DATE_EPOCH for "date" directive).milde2016-07-281-53/+0
* "use_source_date_epoch" config setting.milde2016-07-271-0/+53
* Implement feature request [ 48 ]milde2016-07-2614-25/+750
* LaTeX writer tests for multirow tables.milde2016-07-267-106/+524
* Update html-plain writer.milde2016-05-263-3/+3
* Fix/Complete Setting for character-level-inline-markup.milde2016-05-261-0/+632
* Fixes for html-plain writer: milde2016-05-252-12/+12
* Apply [ 103 ] inline markup without word boundaries; escaping in embedded URIs.milde2016-05-251-7/+44
* html-plain writer: fix for field-listmilde2016-05-252-1/+10
* Test update.milde2016-05-244-5/+16
* Apply #131 (update pygments test to pygments 2.1) by cstratak.milde2016-05-143-11/+11
* Various minor documentation edits.milde2016-01-131-1/+1
* Fix [ 286 ] Empty column title cause invalid latex file.milde2015-09-221-0/+39
* test_odt: write output in binary mode.milde2015-09-151-1/+1
* Ignore config file settings when testing the ODT writer.milde2015-09-151-1/+3
* html-plain: style footnote references and labels with CSS.milde2015-09-114-27/+124
* Fix footnotes with content that does not start with a paragraph.milde2015-08-121-0/+40
* Add test for html-plain writer.milde2015-08-121-0/+15
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-08-1212-1632/+31
* Forgot to add one of the test files for bug number 276 ODT Writer strips clas...timehorse2015-06-031-0/+0
* Fix for bug number 276 ODT Writer strips classes from inline character markup...timehorse2015-06-036-6/+29
* Really fix [ 159 ] Spurious table column alignment errors.milde2015-05-291-0/+50
* Add name of generic bibliographic fields as a "classes" attribute valuemilde2015-05-295-14/+14
* Add link to "plain.css" to the test data.milde2015-05-271-0/+1
* Separate style sheets for required and optional layout rules.milde2015-05-118-747/+439
* XHTML does not allow "math" directly in "pre". Wrap in "span".milde2015-04-133-14/+12
* Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).milde2015-03-305-47/+47
* HTML4 writer: Wrap literal blocks in a <span> to support sub- and superscript milde2015-03-263-41/+41
* Test for indirect inclusion of literal and code files (cf. Bug [211]).milde2015-03-233-0/+72
* Adapt tests to latest latex writer fix.milde2015-03-237-0/+7
* Make "xetex" writer LuaLaTex compatible: do not load "xunicode".milde2015-03-192-2/+4
* Fix the latest latex writer patch: no "alltt" in parsed literal blocks.milde2015-03-198-45/+69
* Cleaner LaTeX code for literal blocks (use "alltt" environment).milde2015-03-193-147/+198
* Cleaner LaTeX code for enumerations.milde2015-03-173-145/+59
* Avoid ambiguous class arg "pycon". Fix functional tests.milde2015-03-152-2/+2
* Let "html-base" and "xhtml11" writers wrap SVG images in <img> tags. milde2015-03-134-165/+339
* Announce the new HTML writers. Small fixes to get valid HTML.milde2015-03-113-52/+38
* Link stylesheets to test dir instead of copy them.milde2015-03-112-372/+2
* Base xhtml11 writer on html-base. Adapt and fix tests.milde2015-03-108-435/+116