diff options
Diffstat (limited to 'tests/tables.rst')
-rw-r--r-- | tests/tables.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/tables.rst b/tests/tables.rst index 0db3efcc5..c7c0c954d 100644 --- a/tests/tables.rst +++ b/tests/tables.rst @@ -68,4 +68,25 @@ Multiline table without caption: | | | | rows. | +-------------+------------+--------------+----------------------------+ +Table without column headers: + ++-------+-------+-------+-------+ +| 12 | 12 | 12 | 12 | ++-------+-------+-------+-------+ +| 123 | 123 | 123 | 123 | ++-------+-------+-------+-------+ +| 1 | 1 | 1 | 1 | ++-------+-------+-------+-------+ + +Multiline table without column headers: + ++-------------+------------+--------------+----------------------------+ +| First | row | 12.0 | Example of a row that | +| | | | spans multiple lines. | ++-------------+------------+--------------+----------------------------+ +| Second | row | 5.0 | Here's another one. Note | +| | | | the blank line between | +| | | | rows. | ++-------------+------------+--------------+----------------------------+ + |