aboutsummaryrefslogtreecommitdiff
path: root/test/tables.muse
diff options
context:
space:
mode:
Diffstat (limited to 'test/tables.muse')
-rw-r--r--test/tables.muse6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tables.muse b/test/tables.muse
index 6b3af561d..3ff8884a5 100644
--- a/test/tables.muse
+++ b/test/tables.muse
@@ -24,6 +24,9 @@ Simple table indented two spaces:
Multiline table with caption:
+-----------+----------+------------+---------------------------+
+| Centered | Left | Right | Default aligned |
+| Header | Aligned | Aligned | |
++-----------+----------+------------+---------------------------+
| First | row | 12.0 | Example of a row that |
| | | | spans multiple lines. |
+-----------+----------+------------+---------------------------+
@@ -34,6 +37,9 @@ Multiline table with caption:
Multiline table without caption:
+-----------+----------+------------+---------------------------+
+| Centered | Left | Right | Default aligned |
+| Header | Aligned | Aligned | |
++-----------+----------+------------+---------------------------+
| First | row | 12.0 | Example of a row that |
| | | | spans multiple lines. |
+-----------+----------+------------+---------------------------+