aboutsummaryrefslogtreecommitdiff
path: root/test/command/6324.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/6324.md')
-rw-r--r--test/command/6324.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/test/command/6324.md b/test/command/6324.md
index 0fe57ce65..51a22480c 100644
--- a/test/command/6324.md
+++ b/test/command/6324.md
@@ -12,6 +12,15 @@ Me
\maketitle
\end{document}
^D
-Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "Me"]]),("title",MetaInlines [Str "Document",Space,Str "title"])]})
-[]
+Pandoc
+ Meta
+ { unMeta =
+ fromList
+ [ ( "author" , MetaList [ MetaInlines [ Str "Me" ] ] )
+ , ( "title"
+ , MetaInlines [ Str "Document" , Space , Str "title" ]
+ )
+ ]
+ }
+ []
```