summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input
Commit message (Collapse)AuthorAgeFilesLines
* 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@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@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@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@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@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@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@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@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@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@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@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@3322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted r3279wiemann2005-05-031-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@2752 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* extended line block test, moved from line_blocks.txt to standard.txtwiemann2004-10-203-33/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@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@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@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@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@2706 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated for line block syntaxgoodger2004-10-052-20/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@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@2694 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added tests for non-ASCII characterswiemann2004-09-273-4/+35
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@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@2584 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added LaTeX testswiemann2004-09-072-0/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2555 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved functional tests to main treewiemann2004-06-227-0/+544
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2357 929543f6-e4f2-0310-98a6-ba3bd3dd1d04