summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/9350.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/9350.md b/test/command/9350.md
new file mode 100644
index 000000000..d641f8b76
--- /dev/null
+++ b/test/command/9350.md
@@ -0,0 +1,12 @@
+```
+% pandoc -f html -t latex
+<table><tbody><tr></tr></tbody></table>
+^D
+\begin{longtable}[]{@{}l@{}}
+\toprule\noalign{}
+\endhead
+\bottomrule\noalign{}
+\endlastfoot
+ \\
+\end{longtable}
+```