summaryrefslogtreecommitdiff
path: root/test/command/987.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/987.md')
-rw-r--r--test/command/987.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/987.md b/test/command/987.md
new file mode 100644
index 000000000..f632231ef
--- /dev/null
+++ b/test/command/987.md
@@ -0,0 +1,12 @@
+```
+pandoc -f latex -t markdown
+\documentclass{article}
+\newenvironment{flubble}{FOO}{BAR}
+\begin{document}
+ \begin{flubble}
+ grr
+ \end{flubble}
+\end{document}
+^D
+FOO grr BAR
+```