Add command test for #7092

This commit is contained in:
John MacFarlane 2021-02-12 17:43:00 -08:00
parent 8ffd4159d6
commit 59875185b3

8
test/command/7092.md Normal file
View file

@ -0,0 +1,8 @@
```
% pandoc -flatex+raw_tex -t native
\newcommand{\em}[1]{\emph{#1}}
\em{\parseMe{foo}}
^D
[Para [Emph [RawInline (Format "latex") "\\parseMe{foo}"]]]
```