summaryrefslogtreecommitdiff
path: root/test/functional/input/data
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug where values of list-valued attributes of elements originating ↵goodger2005-12-311-0/+6
| | | | | | 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
* 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-181-0/+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 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-251-3/+3
| | | | 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
* 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 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 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-071-0/+2
| | | | 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-051-0/+24
| | | | | | 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 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
* 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
* 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
* added another functional test for the compound directivewiemann2004-10-211-0/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2752 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* extended line block test, moved from line_blocks.txt to standard.txtwiemann2004-10-202-32/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2746 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for nested compoundswiemann2004-10-201-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2742 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional tests for compound paragraphswiemann2004-10-201-0/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2737 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added two footnote paragraphswiemann2004-10-181-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2715 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* only strip <p>aragraphs in HTML if we don't lose relevant attributeswiemann2004-10-161-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2706 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated for line block syntaxgoodger2004-10-051-20/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2697 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* line block test data (temporary; to be merged into standard.txt)goodger2004-10-051-0/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2694 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added tests for non-ASCII characterswiemann2004-09-272-3/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2660 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added quotation marks in field name and field bodywiemann2004-09-121-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2584 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added LaTeX testswiemann2004-09-071-0/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2555 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved functional tests to main treewiemann2004-06-225-0/+536
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2357 929543f6-e4f2-0310-98a6-ba3bd3dd1d04