summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8573.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/8573.md b/test/command/8573.md
new file mode 100644
index 000000000..15eac9e7e
--- /dev/null
+++ b/test/command/8573.md
@@ -0,0 +1,7 @@
+```
+% pandoc -f latex -t plain
+\newenvironment{myenv}[1]{Open#1}{Close}
+\begin{myenv}{x}Hello\end{myenv}
+^D
+OpenxHelloClose
+```