aboutsummaryrefslogtreecommitdiff
path: root/test/command/2378.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/2378.md')
-rw-r--r--test/command/2378.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/2378.md b/test/command/2378.md
index e81855367..59359c653 100644
--- a/test/command/2378.md
+++ b/test/command/2378.md
@@ -14,14 +14,14 @@ is used.
\begin{longtable}[]{@{}ll@{}}
\caption{a table}\tabularnewline
\toprule
-x & y\footnote{a footnote} \\ \addlinespace
+x & y\footnote{a footnote} \\
\midrule
\endfirsthead
\toprule
-x & y{} \\ \addlinespace
+x & y{} \\
\midrule
\endhead
-1 & 2 \\ \addlinespace
+1 & 2 \\
\bottomrule
\end{longtable}
```