summaryrefslogtreecommitdiff
path: root/tests/tables.latex
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.latex
parent53ffd8254273dd2974c9c0ea6fd17d5490354599 (diff)
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.latex')
-rw-r--r--tests/tables.latex17
1 files changed, 17 insertions, 0 deletions
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}
+