aboutsummaryrefslogtreecommitdiff
path: root/test/command/3499.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3499.md')
-rw-r--r--test/command/3499.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/test/command/3499.md b/test/command/3499.md
index e1c9093c4..ba9f03589 100644
--- a/test/command/3499.md
+++ b/test/command/3499.md
@@ -1,9 +1,18 @@
-Org-mode tables can't go in lists:
+Org-mode tables can't be on the same line as list markers:
```
% pandoc -f org
- |something|
+-
+ |else|
^D
<ul>
<li>|something|</li>
+<li><table>
+<tbody>
+<tr class="odd">
+<td>else</td>
+</tr>
+</tbody>
+</table></li>
</ul>
```