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.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/command/multiple-metadata-blocks.md b/test/command/multiple-metadata-blocks.md
index 5adbfe423..e117f3784 100644
--- a/test/command/multiple-metadata-blocks.md
+++ b/test/command/multiple-metadata-blocks.md
@@ -10,6 +10,10 @@ foo: bar
foo: bim
...
^D
-Pandoc (Meta {unMeta = fromList [("foo",MetaInlines [Str "bim"])]})
-[]
+Pandoc
+ Meta
+ { unMeta =
+ fromList [ ( "foo" , MetaInlines [ Str "bim" ] ) ]
+ }
+ []
```