summaryrefslogtreecommitdiff
path: root/test/command/4159.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4159.md')
-rw-r--r--test/command/4159.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/4159.md b/test/command/4159.md
new file mode 100644
index 000000000..4881edcc5
--- /dev/null
+++ b/test/command/4159.md
@@ -0,0 +1,8 @@
+```
+% pandoc -f markdown -t native
+\newcommand{\gen}{a\ Gen\ b}
+abc
+^D
+[RawBlock (Format "latex") "\\newcommand{\\gen}{a\\ Gen\\ b}"
+,Para [Str "abc"]]
+```