aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-07 19:35:27 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-07 19:35:27 +0000
commit9eebaac7cf2c501dfef97220a718575d367a6b80 (patch)
tree442ef04f7f88f9e85a45131144c654900a20585c /tests/tables.html
parent53ffd8254273dd2974c9c0ea6fd17d5490354599 (diff)
downloadpandoc-9eebaac7cf2c501dfef97220a718575d367a6b80.tar.gz
Updated latex and html table tests for new test case.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1866 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/tables.html')
-rw-r--r--tests/tables.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/tables.html b/tests/tables.html
index 42e3ec37f..54e7ae5bc 100644
--- a/tests/tables.html
+++ b/tests/tables.html
@@ -238,4 +238,28 @@
>1</td
></tr
></table
+><p
+>Multiline table without column headers:</p
+><table
+><tr class="odd"
+ ><td align="center" style="width: 15%;"
+ >First</td
+ ><td align="left" style="width: 13%;"
+ >row</td
+ ><td align="right" style="width: 16%;"
+ >12.0</td
+ ><td align="left" style="width: 33%;"
+ >Example of a row that spans multiple lines.</td
+ ></tr
+ ><tr class="even"
+ ><td align="center"
+ >Second</td
+ ><td align="left"
+ >row</td
+ ><td align="right"
+ >5.0</td
+ ><td align="left"
+ >Here's another one. Note the blank line between rows.</td
+ ></tr
+ ></table
>