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} +