summaryrefslogtreecommitdiff
path: root/tests/roots/test-directives-raw
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-04 10:44:53 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-08 11:54:01 +0900
commit939f01eae3fcf4c687ba75d5bbb052d07da0c0e0 (patch)
treee85ecbe7d6ad4cb1e3457c959c42049661d9784d /tests/roots/test-directives-raw
parentfc41f43a70eb81c6428c7f995e8570848e6921db (diff)
downloadsphinx-git-939f01eae3fcf4c687ba75d5bbb052d07da0c0e0.tar.gz
Fix #3594: LaTeX: single raw directive has been considereed as block level element
Diffstat (limited to 'tests/roots/test-directives-raw')
-rw-r--r--tests/roots/test-directives-raw/conf.py3
-rw-r--r--tests/roots/test-directives-raw/index.rst40
2 files changed, 43 insertions, 0 deletions
diff --git a/tests/roots/test-directives-raw/conf.py b/tests/roots/test-directives-raw/conf.py
new file mode 100644
index 000000000..f81c30bc4
--- /dev/null
+++ b/tests/roots/test-directives-raw/conf.py
@@ -0,0 +1,3 @@
+# -*- coding: utf-8 -*-
+
+master_doc = 'index'
diff --git a/tests/roots/test-directives-raw/index.rst b/tests/roots/test-directives-raw/index.rst
new file mode 100644
index 000000000..401ab73b5
--- /dev/null
+++ b/tests/roots/test-directives-raw/index.rst
@@ -0,0 +1,40 @@
+test-directives-raw
+===================
+
+HTML
+----
+
+standard
+^^^^^^^^
+
+.. raw:: html
+
+ standalone raw directive (HTML)
+
+with substitution
+^^^^^^^^^^^^^^^^^
+
+HTML: abc |HTML_RAW| ghi
+
+.. |HTML_RAW| raw:: html
+
+ def
+
+LaTeX
+-----
+
+standard
+^^^^^^^^
+
+.. raw:: latex
+
+ standalone raw directive (LaTeX)
+
+with substitution
+^^^^^^^^^^^^^^^^^
+
+LaTeX: abc |LATEX_RAW| ghi
+
+.. |LATEX_RAW| raw:: latex
+
+ def