diff --git a/tests/tables.html b/tests/tables.html
index 49b44661c..42e3ec37f 100644
--- a/tests/tables.html
+++ b/tests/tables.html
@@ -204,4 +204,38 @@
>Here's another one. Note the blank line between rows.
Table without column headers:
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}
+
diff --git a/tests/tables.native b/tests/tables.native
index aa967318d..14931c76c 100644
--- a/tests/tables.native
+++ b/tests/tables.native
@@ -80,5 +80,23 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
[ [ Plain [Str "Second"] ]
, [ Plain [Str "row"] ]
, [ Plain [Str "5",Str ".",Str "0"] ]
- , [ Plain [Str "Here",Str "'",Str "s",Space,Str "another",Space,Str "one",Str ".",Space,Str "Note",Space,Str "the",Space,Str "blank",Space,Str "line",Space,Str "between",Space,Str "rows",Str "."] ] ] ] ]
+ , [ Plain [Str "Here",Str "'",Str "s",Space,Str "another",Space,Str "one",Str ".",Space,Str "Note",Space,Str "the",Space,Str "blank",Space,Str "line",Space,Str "between",Space,Str "rows",Str "."] ] ] ]
+, Para [Str "Table",Space,Str "without",Space,Str "column",Space,Str "headers:"]
+, Table [] [AlignRight,AlignLeft,AlignCenter,AlignRight] [0.0,0.0,0.0,0.0]
+ [ []
+ , []
+ , []
+ , [] ] [
+ [ [ Plain [Str "12"] ]
+ , [ Plain [Str "12"] ]
+ , [ Plain [Str "12"] ]
+ , [ Plain [Str "12"] ] ],
+ [ [ Plain [Str "123"] ]
+ , [ Plain [Str "123"] ]
+ , [ Plain [Str "123"] ]
+ , [ Plain [Str "123"] ] ],
+ [ [ Plain [Str "1"] ]
+ , [ Plain [Str "1"] ]
+ , [ Plain [Str "1"] ]
+ , [ Plain [Str "1"] ] ] ] ]
diff --git a/tests/tables.txt b/tests/tables.txt
index 73b3b9cd7..6cf32726d 100644
--- a/tests/tables.txt
+++ b/tests/tables.txt
@@ -55,3 +55,11 @@ Multiline table without caption:
the blank line between rows.
---------------------------------------------------------------
+Table without column headers:
+
+------- ------ ---------- -------
+ 12 12 12 12
+ 123 123 123 123
+ 1 1 1 1
+------- ------ ---------- -------
+