diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/11150.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/test/command/11150.md b/test/command/11150.md new file mode 100644 index 000000000..38898b1d8 --- /dev/null +++ b/test/command/11150.md @@ -0,0 +1,29 @@ +``` +% pandoc -f rst +=== ===== +int float +=== ===== +10 9.90 +-10 9.90 +=== ===== +^D +<table> +<thead> +<tr> +<th>int</th> +<th>float</th> +</tr> +</thead> +<tbody> +<tr> +<td>10</td> +<td>9.90</td> +</tr> +<tr> +<td>-10</td> +<td>9.90</td> +</tr> +</tbody> +</table> + +``` |
