summaryrefslogtreecommitdiff
path: root/tests/roots/test-nested-tables
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-11-16 23:51:27 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-12-22 18:00:58 +0900
commit72fa75cb9a033ebebd703a428e3371dad2f3e306 (patch)
treed4acaede5dfd972391a0f38c007b3d6ebe695fdb /tests/roots/test-nested-tables
parent26cd3019c3ed67eee279d94d81f63629dd549635 (diff)
downloadsphinx-git-72fa75cb9a033ebebd703a428e3371dad2f3e306.tar.gz
Close #6837: LaTeX: Support a nested table
Diffstat (limited to 'tests/roots/test-nested-tables')
-rw-r--r--tests/roots/test-nested-tables/conf.py0
-rw-r--r--tests/roots/test-nested-tables/index.rst16
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/roots/test-nested-tables/conf.py b/tests/roots/test-nested-tables/conf.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/roots/test-nested-tables/conf.py
diff --git a/tests/roots/test-nested-tables/index.rst b/tests/roots/test-nested-tables/index.rst
new file mode 100644
index 000000000..79110ae04
--- /dev/null
+++ b/tests/roots/test-nested-tables/index.rst
@@ -0,0 +1,16 @@
+nested-tables
+=============
+
+.. list-table::
+ :header-rows: 1
+
+ * - heading
+ - heading
+ * - content
+ - .. list-table::
+ :header-rows: 1
+
+ * - heading
+ - heading
+ * - content
+ - content