aboutsummaryrefslogtreecommitdiff
path: root/test/command/7112.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7112.md')
-rw-r--r--test/command/7112.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/7112.md b/test/command/7112.md
new file mode 100644
index 000000000..a75b9250a
--- /dev/null
+++ b/test/command/7112.md
@@ -0,0 +1,15 @@
+```
+% pandoc -f rst
+.. csv-table::
+
+ setting, ``echo PATH="path"``
+^D
+<table>
+<tbody>
+<tr class="odd">
+<td>setting</td>
+<td><code>echo PATH="path"</code></td>
+</tr>
+</tbody>
+</table>
+```