summaryrefslogtreecommitdiff
path: root/test/command/2552.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/2552.md')
-rw-r--r--test/command/2552.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/2552.md b/test/command/2552.md
new file mode 100644
index 000000000..90a3a381c
--- /dev/null
+++ b/test/command/2552.md
@@ -0,0 +1,14 @@
+```
+% pandoc --strip-comments
+Foo
+
+bar
+
+<!-- comment -->
+
+baz<!-- bim -->boop
+^D
+<p>Foo</p>
+<p>bar</p>
+<p>bazboop</p>
+```