aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2021-10-03 22:48:07 -0700
committerJohn MacFarlane <[email protected]>2021-10-03 22:48:07 -0700
commit883dd9f5e9f52d15fc71b3dd980103591ea26512 (patch)
treef4975fd2f86143df15193fbe8f9366739e0f8ea9
parent17cb68410197966dc4b6fc9d67e64e58066c1cee (diff)
Another fixed test.
-rw-r--r--test/command/yaml-metadata-blocks.md3
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" )
]