aboutsummaryrefslogtreecommitdiff
path: root/test/command/3432a.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3432a.md')
-rw-r--r--test/command/3432a.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/command/3432a.md b/test/command/3432a.md
deleted file mode 100644
index 5f25bce60..000000000
--- a/test/command/3432a.md
+++ /dev/null
@@ -1,19 +0,0 @@
-```
-% pandoc -f rst
-* - a
- - b
-* - c
- - d
-^D
-<ul>
-<li><ul>
-<li>a</li>
-<li>b</li>
-</ul></li>
-<li><ul>
-<li>c</li>
-<li>d</li>
-</ul></li>
-</ul>
-```
-