Added failing command test for #4007.
This commit is contained in:
parent
601a28fd36
commit
244b42dbaf
1 changed files with 23 additions and 0 deletions
23
test/command/4007.md
Normal file
23
test/command/4007.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
```
|
||||
pandoc -f latex -t native
|
||||
\newcommand\arrow\to
|
||||
$a\arrow b$
|
||||
^D
|
||||
[Para [Math InlineMath "a\\to b"]]
|
||||
```
|
||||
|
||||
```
|
||||
pandoc -f latex -t native
|
||||
\newcommand\pfeil[1]{\to #1}
|
||||
$a\pfeil b$
|
||||
^D
|
||||
[Para [Math InlineMath "a\\to b"]]
|
||||
```
|
||||
|
||||
```
|
||||
pandoc -f latex -t native
|
||||
\newcommand\fleche{\to}
|
||||
$a\fleche b$
|
||||
^D
|
||||
[Para [Math InlineMath "a\\to b"]]
|
||||
```
|
Loading…
Add table
Reference in a new issue