aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.asciidoc
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-18 19:50:45 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-18 19:50:45 -0800
commit679e94e53d36efa24507cae960533a6a0f9053e8 (patch)
tree5b7661512c2e29b9378dd1a914b70fcb7f633f0a /tests/tables.asciidoc
parent4c122be58a66283dd31c2a357099637c945055a6 (diff)
downloadpandoc-679e94e53d36efa24507cae960533a6a0f9053e8.tar.gz
Updated tests for correct col width.
Diffstat (limited to 'tests/tables.asciidoc')
-rw-r--r--tests/tables.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tables.asciidoc b/tests/tables.asciidoc
index 842a9b8c4..38daca192 100644
--- a/tests/tables.asciidoc
+++ b/tests/tables.asciidoc
@@ -52,20 +52,20 @@ Multiline table without caption:
Table without column headers:
[cols=">,<,^,>",]
-|=======================================================================
+|=============================================================================
|12 |12 |12 |12
|123 |123 |123 |123
|1 |1 |1 |1
-|=======================================================================
+|=============================================================================
Multiline table without column headers:
[width="78%",cols="^21%,<17%,>20%,42%",]
-|=======================================================================
+|=============================================================================
|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.
-|=======================================================================
+|=============================================================================