pandoc: fix test case

This commit is contained in:
Robert Helgesson 2022-04-08 00:06:23 +02:00
parent 47b3719f51
commit 55779b20cd
Failed to generate hash of commit

View file

@ -1,2 +1,5 @@
Pandoc (Meta {unMeta = fromList [("author",MetaString "John Doe")]})
[]
Pandoc
Meta
{ unMeta = fromList [ ( "author" , MetaString "John Doe" ) ]
}
[]