mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
pandoc: fix test case
This commit is contained in:
parent
47b3719f51
commit
55779b20cd
1 changed files with 5 additions and 2 deletions
|
@ -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