summaryrefslogtreecommitdiff
path: root/tests/tables.latex
diff options
context:
space:
mode:
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}
+