aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-25 15:49:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-25 15:49:17 -0800
commit70a7c2446e4f150c49b681040a2489c398931c70 (patch)
treefb7f48e64b8454505b2a04cbaafe2a1358d2e8df /test/command
parent7c4d7db9c7b582c7eb574c8ef9381f41cd419a6e (diff)
downloadpandoc-70a7c2446e4f150c49b681040a2489c398931c70.tar.gz
Update tests for LaTeX table changes.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/5367.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/test/command/5367.md b/test/command/5367.md
index f56211517..4dbcca771 100644
--- a/test/command/5367.md
+++ b/test/command/5367.md
@@ -20,23 +20,18 @@ dolly[^5]
^D
hello\footnote{doc footnote}
-\begin{longtable}[]{@{}c@{}}
+\begin{longtable}[]{@{}
+ >{\centering\arraybackslash}p{(\columnwidth - 0\tabcolsep) * \real{0.17}}@{}}
\caption[Sample table.]{Sample table.\footnote{caption footnote}}\tabularnewline
\toprule
-\begin{minipage}[b]{(\columnwidth - 0\tabcolsep) * \real{0.17}}\centering
-Fruit\footnote{header footnote}
-\end{minipage} \\ \addlinespace
+Fruit\footnote{header footnote} \\ \addlinespace
\midrule
\endfirsthead
\toprule
-\begin{minipage}[b]{(\columnwidth - 0\tabcolsep) * \real{0.17}}\centering
-Fruit{}
-\end{minipage} \\ \addlinespace
+Fruit{} \\ \addlinespace
\midrule
\endhead
-\begin{minipage}[t]{(\columnwidth - 0\tabcolsep) * \real{0.17}}\centering
-Bans\footnote{table cell footnote}
-\end{minipage} \\ \addlinespace
+Bans\footnote{table cell footnote} \\ \addlinespace
\bottomrule
\end{longtable}