pandoc: fix test case
This commit is contained in:
parent
47b3719f51
commit
55779b20cd
|
@ -1,2 +1,5 @@
|
||||||
Pandoc (Meta {unMeta = fromList [("author",MetaString "John Doe")]})
|
Pandoc
|
||||||
[]
|
Meta
|
||||||
|
{ unMeta = fromList [ ( "author" , MetaString "John Doe" ) ]
|
||||||
|
}
|
||||||
|
[]
|
||||||
|
|
Loading…
Reference in a new issue