summaryrefslogtreecommitdiff
path: root/test/functional/input
Commit message (Collapse)AuthorAgeFilesLines
* added test files that I forgot to check inwiemann2007-08-193-1/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5407 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added docset-root directive;wiemann2007-08-151-0/+11
| | | | | | | | finished implementation of subdocs directive, including all error handling and tests; changed directive parser so that if option_spec == {} (as opposed to None), space is still reserved for options, i.e. there must be a blank line before the content block git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5397 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
* 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