diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-05-03 21:24:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-05-03 21:24:20 -0700 |
commit | 41c89d51c7b3d0099e72c0693bfd413bb4498de9 (patch) | |
tree | 1034863bd6c3b7aef0cd77af44e2780a2f0c6922 /tests/tables.asciidoc | |
parent | fde52c25a65c479871afcf8192f56d2918230f5e (diff) | |
download | pandoc-41c89d51c7b3d0099e72c0693bfd413bb4498de9.tar.gz |
AsciiDoc writer: Added test for empty table cells.
Diffstat (limited to 'tests/tables.asciidoc')
-rw-r--r-- | tests/tables.asciidoc | 11 |
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. -|============================================================================= +|======================================================================= |