mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Working on text colspan and rowspan.
This commit is contained in:
7
tests/roots/test-build-text/table_colspan.txt
Normal file
7
tests/roots/test-build-text/table_colspan.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
+-----+-----+
|
||||
| XXX | XXX |
|
||||
+-----+-----+
|
||||
| | XXX |
|
||||
+-----+ |
|
||||
| XXX | |
|
||||
+-----+-----+
|
@@ -0,0 +1,7 @@
|
||||
+-----------+-----+
|
||||
| AAA | BBB |
|
||||
+-----+-----+ |
|
||||
| | XXX | |
|
||||
| +-----+-----+
|
||||
| DDD | CCC |
|
||||
+-----+-----------+
|
7
tests/roots/test-build-text/table_colspan_left.txt
Normal file
7
tests/roots/test-build-text/table_colspan_left.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
+-----+-----+
|
||||
| XXX | XXX |
|
||||
+-----+-----+
|
||||
| | XXX |
|
||||
| +-----+
|
||||
| XXX | |
|
||||
+-----+-----+
|
7
tests/roots/test-build-text/table_rowspan.txt
Normal file
7
tests/roots/test-build-text/table_rowspan.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
+-----+-----+
|
||||
| XXXXXXXXX |
|
||||
+-----+-----+
|
||||
| | XXX |
|
||||
+-----+-----+
|
||||
| XXX | |
|
||||
+-----+-----+
|
Reference in New Issue
Block a user