summaryrefslogtreecommitdiff
path: root/test/functional/input
Commit message (Collapse)AuthorAgeFilesLines
* add test filemilde2009-10-091-0/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6158 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Beautify LaTeX test output (start ToC on a new page)milde2009-09-281-0/+4
| | | | | | | As the test output is also a show-case for Docutils, we should make it nice (if easily possible). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6146 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix hyper-targets in captions, support custom roles based on "raw".milde2009-09-282-0/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6145 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* More stable implementation of ``--use-titlepage-env``.milde2009-08-251-5/+3
| | | | | | | Variable for output stream of the visitor methods allows to easily collect and process output of sub-nodes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move manpage writer out of sandbox.grubert2009-08-181-0/+77
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6085 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more verbose sample text to ease visual comparison of conversion resultsmilde2009-08-121-2/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6079 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed target name clash in the test file standard.txtmilde2009-06-041-1/+1
| | | | | | (re-numbering of ids causes extensive changes in the test output). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5970 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Better explain optional wrapping around images and figures milde2009-05-181-8/+10
| | | | | | in the test document. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5949 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clean up image directive test/demomilde2009-05-111-37/+53
| | | | | | | | Separate test for image and figure directives, test right, left, and center alignment of figures, avoid too large images. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5940 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* simpler LaTeX encodingmilde2009-05-063-4/+66
| | | | | | | | | | | | | | | | | | Remove redundant "double protection" from the encoding of the "special printing characters" and square brackets, e.g. ``\\%`` instead of ``{\\%}``. Use conventional style for "named" macros, e.g. ``\\dots{}`` instead of ``{\\dots}``. Encode < | > in OT1 font encoding only. encode method: clear comments, simpler logic Bugfix: \\reflectbox requires graphicx. Adapt tests and documentation. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5934 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Correctly describe the reason for the multirow-LaTeX problem milde2009-04-291-8/+10
| | | | | | (from docutils-devel post by D. G.). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5928 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add test case for bug with rowspanning table cellsmilde2009-04-281-1/+48
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5926 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e writer: sub- and superscript as text, custom roles based on standard ↵milde2009-03-301-2/+27
| | | | | | | | roles. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5887 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e writer: backwards compatible implementation of failsave custom rolesmilde2009-01-303-13/+42
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5862 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added rst2odt/odtwriter to the main branch.dkuhlman2008-12-262-0/+180
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5834 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for r5314wiemann2007-07-051-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5315 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add: active latex2e test data with option list in definition list.grubert2006-12-112-0/+28
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for non-ASCII characters in commentswiemann2006-08-111-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4676 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-1/+1
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add custom role with two classes.grubert2006-04-041-0/+7
| | | | | | | Change latex2e visit/depart_inline to handle it. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4500 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add custom role test to functional latex.grubert2006-04-021-0/+1
| | | | | | | Apply custom role with class patch from Edward Loper. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4493 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* A new role neither based on some old nor with class.grubert2006-04-021-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add a custom role with class.grubert2006-04-021-2/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4491 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed bug where values of list-valued attributes of elements originating ↵goodger2005-12-313-0/+14
| | | | | | from custom interpreted text roles (i.e., with custom classes) were being shared between element instances. Reported by Shmuel Zeigerman. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed "compact" & "open" classes on lists, and added a functional testgoodger2005-12-151-0/+39
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4219 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected "contents" note in test textgoodger2005-12-081-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4160 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-0/+126
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for left-aligned figurewiemann2005-11-201-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4088 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved container test to the end of standard.txt test data file;wiemann2005-11-182-6/+9
| | | | | | implemented container for latex2e git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added the "container" element & directive, a generic containergoodger2005-10-281-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added a functional test for target footnotes for anonymous targetswiemann2005-10-111-9/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3938 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for parsed literal blockwiemann2005-10-041-0/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3922 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed bug with center-alignment of image; added testwiemann2005-10-031-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3920 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more tests, more handling for edge cases, some polishingwiemann2005-09-121-17/+97
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3875 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarified test textwiemann2005-09-111-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3871 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* implemented units for image widths; implemented language-support (e.g. for ↵wiemann2005-06-291-1/+2
| | | | | | hyphenation) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3635 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for units in image widths and heights;wiemann2005-06-161-0/+24
| | | | | | | I called a number combined with a unit (e.g. 5em) a "measure"; I am not entirely sure if that's the right term, though git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3497 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for image with multiple IDs;wiemann2005-05-291-0/+7
| | | | | | somethings *really* broken there, both in the transforms and in the HTML writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3410 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support and test for section subtitleswiemann2005-05-261-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3367 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for rowspanning tables with the LaTeX writerwiemann2005-05-252-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3362 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more thorough figure testingwiemann2005-05-201-2/+33
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3354 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverting revision 3322: addition of ":border:" option to "image" directivegoodger2005-05-141-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added field list in table cellwiemann2005-05-101-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3330 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for imageswiemann2005-05-091-0/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3326 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* this was stupid;wiemann2005-05-092-0/+0
| | | | | | it doesn't work because of the paths, of course git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added images for conveniencewiemann2005-05-092-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3324 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "border" option to "image" directive (& attribute to doctree element); ↵goodger2005-05-091-0/+1
| | | | | | updated docs & tests. Closes Feature Request 1193389. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted r3279wiemann2005-05-031-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3285 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed "dangerous" functional test to "restricted"wiemann2005-04-301-0/+0
| | | | | | so that it doesn't get in the way when tab-completing to input/data git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3279 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed the LaTeX sidebar-test a bitwiemann2005-04-301-6/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3278 929543f6-e4f2-0310-98a6-ba3bd3dd1d04