diff options
| author | John MacFarlane <[email protected]> | 2021-10-03 22:48:07 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-10-03 22:48:07 -0700 |
| commit | 883dd9f5e9f52d15fc71b3dd980103591ea26512 (patch) | |
| tree | f4975fd2f86143df15193fbe8f9366739e0f8ea9 | |
| parent | 17cb68410197966dc4b6fc9d67e64e58066c1cee (diff) | |
Another fixed test.
| -rw-r--r-- | test/command/yaml-metadata-blocks.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/command/yaml-metadata-blocks.md b/test/command/yaml-metadata-blocks.md index f6182d868..6b43cc511 100644 --- a/test/command/yaml-metadata-blocks.md +++ b/test/command/yaml-metadata-blocks.md @@ -110,8 +110,7 @@ Pandoc { unMeta = fromList [ ( "other" - , MetaInlines - [ Emph [ Str "markdown" ] , Str " value" ] + , MetaInlines [ Emph [ Str "markdown" ] , Str " value" ] ) , ( "title" , MetaString "cmdline" ) ] |
