pandoc: fix test case

This commit is contained in:
Robert Helgesson 2022-04-08 00:06:23 +02:00
parent 47b3719f51
commit 55779b20cd
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

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