aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tables.rst')
-rw-r--r--tests/tables.rst54
1 files changed, 27 insertions, 27 deletions
diff --git a/tests/tables.rst b/tests/tables.rst
index db5c1c3d8..0db3efcc5 100644
--- a/tests/tables.rst
+++ b/tests/tables.rst
@@ -1,40 +1,40 @@
Simple table with caption:
-+-------------+--------+--------------+-----------+
-| Right | Left | Center | Default |
-+=============+========+==============+===========+
-| 12 | 12 | 12 | 12 |
-+-------------+--------+--------------+-----------+
-| 123 | 123 | 123 | 123 |
-+-------------+--------+--------------+-----------+
-| 1 | 1 | 1 | 1 |
-+-------------+--------+--------------+-----------+
++---------+--------+----------+-----------+
+| Right | Left | Center | Default |
++=========+========+==========+===========+
+| 12 | 12 | 12 | 12 |
++---------+--------+----------+-----------+
+| 123 | 123 | 123 | 123 |
++---------+--------+----------+-----------+
+| 1 | 1 | 1 | 1 |
++---------+--------+----------+-----------+
Table: Demonstration of simple table syntax.
Simple table without caption:
-+-------------+--------+--------------+-----------+
-| Right | Left | Center | Default |
-+=============+========+==============+===========+
-| 12 | 12 | 12 | 12 |
-+-------------+--------+--------------+-----------+
-| 123 | 123 | 123 | 123 |
-+-------------+--------+--------------+-----------+
-| 1 | 1 | 1 | 1 |
-+-------------+--------+--------------+-----------+
++---------+--------+----------+-----------+
+| Right | Left | Center | Default |
++=========+========+==========+===========+
+| 12 | 12 | 12 | 12 |
++---------+--------+----------+-----------+
+| 123 | 123 | 123 | 123 |
++---------+--------+----------+-----------+
+| 1 | 1 | 1 | 1 |
++---------+--------+----------+-----------+
Simple table indented two spaces:
-+-------------+--------+--------------+-----------+
-| Right | Left | Center | Default |
-+=============+========+==============+===========+
-| 12 | 12 | 12 | 12 |
-+-------------+--------+--------------+-----------+
-| 123 | 123 | 123 | 123 |
-+-------------+--------+--------------+-----------+
-| 1 | 1 | 1 | 1 |
-+-------------+--------+--------------+-----------+
++---------+--------+----------+-----------+
+| Right | Left | Center | Default |
++=========+========+==========+===========+
+| 12 | 12 | 12 | 12 |
++---------+--------+----------+-----------+
+| 123 | 123 | 123 | 123 |
++---------+--------+----------+-----------+
+| 1 | 1 | 1 | 1 |
++---------+--------+----------+-----------+
Table: Demonstration of simple table syntax.