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.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/test/command/6324.md b/test/command/6324.md
index 758312766..51a22480c 100644
--- a/test/command/6324.md
+++ b/test/command/6324.md
@@ -13,13 +13,14 @@ Me
\end{document}
^D
Pandoc
- ( Meta
- { unMeta = fromList
- [
- ( "author", MetaList [ MetaInlines [ Str "Me" ] ] )
- ,
- ( "title", MetaInlines [ Str "Document", Space, Str "title" ] )
- ]
+ Meta
+ { unMeta =
+ fromList
+ [ ( "author" , MetaList [ MetaInlines [ Str "Me" ] ] )
+ , ( "title"
+ , MetaInlines [ Str "Document" , Space , Str "title" ]
+ )
+ ]
}
- ) []
+ []
```