summaryrefslogtreecommitdiff
path: root/test/functional/input
Commit message (Collapse)AuthorAgeFilesLines
* 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
* added test file for new LaTeX writer includingwiemann2005-04-291-0/+12
| | | | | | everything than can be tested git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3272 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added some tests for the new latex writerwiemann2005-04-291-0/+104
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3271 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added target at end of admonitionwiemann2005-04-271-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3261 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "cloak_email_addresses" setting & support; updated test & docs. ↵goodger2005-04-221-1/+10
| | | | | | Thanks to Barry Warsaw & Ned Batchelder for the idea and initial patch. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for targets in front of sectionswiemann2005-04-211-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* "image" directive: added checks for valid values of "align" option, ↵goodger2005-04-211-0/+1
| | | | | | depending on context. "figure" directive: added specialized "align" option and attribute on "figure" element. Added HTML support for ``align`` attribute on ``figure`` elements. Updated docs & tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3231 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-072-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3184 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "stub-columns" options to "csv-table" and "list-table" directives, ↵goodger2005-04-052-0/+25
| | | | | | plus support, docs, and tests git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3165 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added the "field_name_limit" setting, test & docsgoodger2005-04-041-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3164 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for image and figure :class: and :figclass: optionswiemann2005-04-021-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* applied file_insertion_enabled setting to "figure" directive (disable ↵goodger2005-03-241-0/+2
| | | | | | "figwidth" option) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3106 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-221-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3083 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added settings: ``file_insertion_enabled`` & ``raw_enabled``.goodger2005-03-211-0/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3071 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed trailing slash from python_home and pep_home;wiemann2005-03-141-2/+2
| | | | | | | removed CVS keywords git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3041 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for PEPs;wiemann2005-03-141-0/+23
| | | | | | | the resulting pep_html.html is not valid XHTML; could you have a look at it, David? git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3040 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-051-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3008 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* for testing attributes and metadatagoodger2005-02-261-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2991 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed use_latex_docinfo to always show the titlepage.cben2005-01-151-3/+0
| | | | | | | | | | Forced \date{} and \author{} to be emitted at all times, to avoid latex's default (the date latex processed the file, which is never interesting for us; perhaps using the date *docutils* processed the file would make sense if --date is given?). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2938 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implemented support for multiple author,organization,address,contact fields ↵cben2005-01-141-0/+13
| | | | | | | | | with use_latex_docinfo. Still has a bug: the document must have a title for \maketitle to be emitted. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2937 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for ``raw`` role and directivewiemann2004-11-261-0/+35
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2874 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional tests for empty sections and transitions between sectionswiemann2004-11-261-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2871 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* really disregard invisible nodes when checking for compactable listswiemann2004-11-081-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2834 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated for multiple classifiers in definition list itemsgoodger2004-11-031-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2803 929543f6-e4f2-0310-98a6-ba3bd3dd1d04