aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.asciidoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-03 21:24:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-03 21:24:20 -0700
commit41c89d51c7b3d0099e72c0693bfd413bb4498de9 (patch)
tree1034863bd6c3b7aef0cd77af44e2780a2f0c6922 /tests/tables.asciidoc
parentfde52c25a65c479871afcf8192f56d2918230f5e (diff)
downloadpandoc-41c89d51c7b3d0099e72c0693bfd413bb4498de9.tar.gz
AsciiDoc writer: Added test for empty table cells.
Diffstat (limited to 'tests/tables.asciidoc')
-rw-r--r--tests/tables.asciidoc11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/tables.asciidoc b/tests/tables.asciidoc
index 38daca192..ba647866a 100644
--- a/tests/tables.asciidoc
+++ b/tests/tables.asciidoc
@@ -52,20 +52,17 @@ 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.
-|=============================================================================
+|=======================================================================