summaryrefslogtreecommitdiff
path: root/tests/tables.latex
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-07 19:34:57 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-07 19:34:57 +0000
commit44bbe5c7deda6db9a69632ea7812409178b06438 (patch)
treeaae51daf0dcc6a33192c3271f3dde9e7717e0cf7 /tests/tables.latex
parent1f3b48c1932f8f3e264cb60d939a41dab3bab5e8 (diff)
Added test for headerless table.
Updated test cases for latex and html. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1862 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/tables.latex')
-rw-r--r--tests/tables.latex22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/tables.latex b/tests/tables.latex
index 0dec7e4b0..cef7abf1a 100644
--- a/tests/tables.latex
+++ b/tests/tables.latex
@@ -137,3 +137,25 @@ Second
\end{tabular}
\end{center}
+Table without column headers:
+
+\begin{center}
+\begin{tabular}{rlcr}
+12
+ & 12
+ & 12
+ & 12
+\\
+123
+ & 123
+ & 123
+ & 123
+\\
+1
+ & 1
+ & 1
+ & 1
+\\
+\end{tabular}
+\end{center}
+