summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/test/functional/input')
-rw-r--r--docutils/test/functional/input/data/latex2e.txt25
-rw-r--r--docutils/test/functional/input/standalone_rst_latex.txt3
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
+