summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/9090.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/9090.md b/test/command/9090.md
new file mode 100644
index 000000000..a2c94b998
--- /dev/null
+++ b/test/command/9090.md
@@ -0,0 +1,15 @@
+```
+% pandoc -f html -t gfm
+<table>
+ <tr>
+ <th>invalid head cell</td>
+ </tr>
+ <tr>
+ <td>body cell</td>
+ </tr>
+</table>
+^D
+| invalid head cell |
+|-------------------|
+| body cell |
+```