summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/data/standard.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update functional test sample.milde2021-02-231-18/+26
| | | | | | | | | | | Update some links. Describe "meta" directive. Don't use too wide images and tables to allow adaption to small screens (mobile). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8627 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small update of the functional test input.milde2021-01-261-1/+1
| | | | | | No change in functionality. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8608 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make the sidebar's "title" argument optional.milde2020-07-101-1/+1
| | | | | | | | | Feature request #69. The analogous DocBook "sidebar" element's title is optional. too (https://tdg.docbook.org/tdg/5.2/sidebar.html). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8524 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* functional tests: add section headingmilde2020-04-031-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8514 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-201-1/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8188 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Improve and test "compound" handling in LaTeX.milde2017-03-221-14/+59
| | | | | | | Test samples added to standard.txt allow inspection of the outcome of compound handling for all output formats. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8052 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 312 ] HTML writer generates invalid HTML if the table has two tags.milde2017-03-031-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8042 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 125 ] respect automatic table column sizing also in html4css1.milde2017-02-131-0/+15
| | | | | | Add a table with "auto"-width columns to the functional tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8033 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implement feature request [ 48 ]milde2016-07-261-0/+35
| | | | | | | Add :align: option to the table directives. Thanks to Takeshi KOMIYA for the patch. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7952 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix the latest latex writer patch: no "alltt" in parsed literal blocks.milde2015-03-191-4/+6
| | | | | | More inline markup examples for functional test of parsed literal blocks. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7849 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change default of "syntax highlight" option to "long", milde2012-09-141-9/+7
| | | | | | Add basic syntax highlight styles for LaTeX and HTML. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7514 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* "code" option of the "include" directive, testsmilde2011-09-171-1/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Turn off code parsing in the standalone functional testsmilde2011-09-021-3/+6
| | | | | | to get identical results with/without installed Pygments highlighter. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7120 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reStructuredText "code" role and directivemilde2011-09-021-3/+39
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7119 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Document the section subtitle transform in the functional tests.milde2010-12-031-1/+3
| | | | | | (sectsubtitle-xform is 0 by default but set to 1 for standalone tests) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6491 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update html4css1 writer, math, and functional tests.milde2010-11-251-20/+15
| | | | | | | | | * prepare for math to HTML conversion, * provisions for XTHML 1.1. generation with the "strict" html writer: configurable lang attribute name: "lang" in XHTML 1.0 but "xml:lang" in 1.1, strip whitespace around class arguments, git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6486 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Improve HTML standard compliance.milde2010-11-051-2/+1
| | | | | | | | | * avoid empty class argument (class="") * put french block-quote in a paragraph (But how can one give a class argument to all paragraphs of a block-quote?) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6470 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support language specification for document objects.milde2010-10-111-1/+34
| | | | | | | | | | Class arguments in the form "language-<language tag>", e.g. ``.. class:: language-el-polyton`` for a quote in polytonic Greek are handled by the html and latex writers to set the language of the "classified" object. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6443 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* support SWF images,milde2010-03-021-7/+12
| | | | | | improve formatting of HTML test output. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6254 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@6146 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@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@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@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@5940 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@5315 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@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@4564 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@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@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@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@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@3920 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarified test textwiemann2005-09-111-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3871 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
* 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 "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
* 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 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 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
* 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
* 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-201-2/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2746 929543f6-e4f2-0310-98a6-ba3bd3dd1d04