diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-12-11 13:52:54 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-12-11 13:52:54 +0000 |
| commit | ebda48deb5f9e8bc2b8315bc7bddc8f6e3f25e1d (patch) | |
| tree | 5f30425fe29a909428b4c4e0f81096e03e5e57fe /docutils/test/functional/input | |
| parent | d000e13eb9f652154805bc6444d86f089c21661d (diff) | |
| download | docutils-ebda48deb5f9e8bc2b8315bc7bddc8f6e3f25e1d.tar.gz | |
Add: active latex2e test data with option list in definition list.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/latex2e.txt | 25 | ||||
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_latex.txt | 3 |
2 files changed, 28 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/latex2e.txt b/docutils/test/functional/input/data/latex2e.txt new file mode 100644 index 000000000..223831c16 --- /dev/null +++ b/docutils/test/functional/input/data/latex2e.txt @@ -0,0 +1,25 @@ +Some Tests for the LaTeX2e Writer +================================= + +These tests have been written to exercise some unusual combinations of +syntax elements which may cause trouble for the LaTeX writer but do +not need to be tested with other writers (e.g. the HTML writer). + +This file is user by the standalone_rst_latex test. + +Option lists +============ + +The LaTeX-2e description environment is used for definition lists. +The definition is continued on the same line as the term, this should +not happen if a option-list is at the top of the definition. + +If the option list is not at the first element in the definition, it +is contained in a quote + + --help show help + -v verbose + +In a definition list: + --help show help + -v verbose diff --git a/docutils/test/functional/input/standalone_rst_latex.txt b/docutils/test/functional/input/standalone_rst_latex.txt index 831093be6..787bbde58 100644 --- a/docutils/test/functional/input/standalone_rst_latex.txt +++ b/docutils/test/functional/input/standalone_rst_latex.txt @@ -6,8 +6,11 @@ Tests for the LaTeX writer ========================== +.. include:: data/latex2e.txt + .. include:: data/nonalphanumeric.txt .. include:: data/unicode.txt .. include:: data/custom_roles.txt .. include:: data/errors.txt + |
