aboutsummaryrefslogtreecommitdiff
path: root/test/command/7713.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7713.md')
-rw-r--r--test/command/7713.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/command/7713.md b/test/command/7713.md
new file mode 100644
index 000000000..851cb4729
--- /dev/null
+++ b/test/command/7713.md
@@ -0,0 +1,29 @@
+```
+% pandoc
+| aaaaaaaaaaaa | bbbbb | ccccccccccc |
+| --- | --- | --- |
+| | | cccccccccc cccccccccc cccccccccc cccccccccc cccccccccc cccccccccc |
+^D
+<table>
+<colgroup>
+<col style="width: 33%" />
+<col style="width: 33%" />
+<col style="width: 33%" />
+</colgroup>
+<thead>
+<tr class="header">
+<th>aaaaaaaaaaaa</th>
+<th>bbbbb</th>
+<th>ccccccccccc</th>
+</tr>
+</thead>
+<tbody>
+<tr class="odd">
+<td></td>
+<td></td>
+<td>cccccccccc cccccccccc cccccccccc cccccccccc cccccccccc
+cccccccccc</td>
+</tr>
+</tbody>
+</table>
+```