summaryrefslogtreecommitdiff
path: root/test/command/3803.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3803.md')
-rw-r--r--test/command/3803.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/3803.md b/test/command/3803.md
new file mode 100644
index 000000000..a2e60359d
--- /dev/null
+++ b/test/command/3803.md
@@ -0,0 +1,10 @@
+```
+% pandoc -f markdown+raw_tex -t latex
+\begin{blah*}
+*ok*
+\end{blah*}
+^D
+\begin{blah*}
+*ok*
+\end{blah*}
+```