From 9eebaac7cf2c501dfef97220a718575d367a6b80 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 7 Mar 2010 19:35:27 +0000 Subject: 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 --- tests/tables.html | 24 ++++++++++++++++++++++++ tests/tables.latex | 17 +++++++++++++++++ 2 files changed, 41 insertions(+) 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

Multiline table without column headers:

Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.
diff --git a/tests/tables.latex b/tests/tables.latex index cef7abf1a..7f29b72c3 100644 --- a/tests/tables.latex +++ b/tests/tables.latex @@ -159,3 +159,20 @@ Table without column headers: \end{tabular} \end{center} +Multiline table without column headers: + +\begin{center} +\begin{tabular}{>{\PBS\centering\hspace{0pt}}p{0.15\columnwidth}>{\PBS\raggedright\hspace{0pt}}p{0.14\columnwidth}>{\PBS\raggedleft\hspace{0pt}}p{0.16\columnwidth}>{\PBS\raggedright\hspace{0pt}}p{0.34\columnwidth}} +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. +\\ +\end{tabular} +\end{center} + -- cgit v1.2.3