From 55779b20cd5a57cae3e1f8508f93fdd7ffdc5826 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Fri, 8 Apr 2022 00:06:23 +0200 Subject: [PATCH] pandoc: fix test case --- tests/modules/programs/pandoc/output-expected | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/modules/programs/pandoc/output-expected b/tests/modules/programs/pandoc/output-expected index ef1a5e4c..390e8209 100644 --- a/tests/modules/programs/pandoc/output-expected +++ b/tests/modules/programs/pandoc/output-expected @@ -1,2 +1,5 @@ -Pandoc (Meta {unMeta = fromList [("author",MetaString "John Doe")]}) -[] +Pandoc + Meta + { unMeta = fromList [ ( "author" , MetaString "John Doe" ) ] + } + []