aboutsummaryrefslogtreecommitdiff
path: root/test/command/4007.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4007.md')
-rw-r--r--test/command/4007.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/command/4007.md b/test/command/4007.md
index c6064e0f2..974a88ab9 100644
--- a/test/command/4007.md
+++ b/test/command/4007.md
@@ -1,23 +1,23 @@
```
-pandoc -f latex -t native
+% pandoc -f latex -t native
\newcommand\arrow\to
$a\arrow b$
^D
-[Para [Math InlineMath "a\\to b"]]
+[ Para [ Math InlineMath "a\\to b" ] ]
```
```
-pandoc -f latex -t native
+% pandoc -f latex -t native
\newcommand\pfeil[1]{\to #1}
$a\pfeil b$
^D
-[Para [Math InlineMath "a\\to b"]]
+[ Para [ Math InlineMath "a\\to b" ] ]
```
```
-pandoc -f latex -t native
+% pandoc -f latex -t native
\newcommand\fleche{\to}
$a\fleche b$
^D
-[Para [Math InlineMath "a\\to b"]]
+[ Para [ Math InlineMath "a\\to b" ] ]
```