aboutsummaryrefslogtreecommitdiff
path: root/test/command/multiple-metadata-blocks.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/multiple-metadata-blocks.md')
-rw-r--r--test/command/multiple-metadata-blocks.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/command/multiple-metadata-blocks.md b/test/command/multiple-metadata-blocks.md
index 5adbfe423..d20eecc1f 100644
--- a/test/command/multiple-metadata-blocks.md
+++ b/test/command/multiple-metadata-blocks.md
@@ -10,6 +10,8 @@ foo: bar
foo: bim
...
^D
-Pandoc (Meta {unMeta = fromList [("foo",MetaInlines [Str "bim"])]})
-[]
+Pandoc
+ ( Meta
+ { unMeta = fromList [ ( "foo", MetaInlines [ Str "bim" ] ) ] }
+ ) []
```