aboutsummaryrefslogtreecommitdiff
path: root/test/command/3236.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3236.md')
-rw-r--r--test/command/3236.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/test/command/3236.md b/test/command/3236.md
index 1d1a9b2c3..b9a98f160 100644
--- a/test/command/3236.md
+++ b/test/command/3236.md
@@ -1,9 +1,21 @@
```
-pandoc -f latex -t native
+% pandoc -f latex -t native
\newcommand{\mycolor}{red}
\includegraphics[width=17cm]{\mycolor /header}
Magnificent \mycolor{} header.
^D
-[Para [Image ("",[],[("width","17cm")]) [Str "image"] ("red/header",""),SoftBreak,Str "Magnificent",Space,Str "red",Space,Str "header."]]
+[ Para
+ [ Image
+ ( "" , [] , [ ( "width" , "17cm" ) ] )
+ [ Str "image" ]
+ ( "red/header" , "" )
+ , SoftBreak
+ , Str "Magnificent"
+ , Space
+ , Str "red"
+ , Space
+ , Str "header."
+ ]
+]
```