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