From d755ff635262a42d90a14c730f18c8a734f2dc47 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Mon, 5 Sep 2022 12:33:30 +0200 Subject: [PATCH] Revert "test(pandoc): temporarily disable failing test for applyMetas -- to be reverted and properly fixed 3" This reverts commit 0a25a7cad3eb24ea7976cdb9aa673fd686faf587. --- test/PandocSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/PandocSpec.hs b/test/PandocSpec.hs index 23e1eb251..354071840 100644 --- a/test/PandocSpec.hs +++ b/test/PandocSpec.hs @@ -43,8 +43,8 @@ instance Arbitrary ArbitraryMeta where spec :: Spec spec = do + let mlist = Map.toAscList . unMeta {- TODO - let mlist = Map.toAscList . unMeta describe "applyMetas" $ do it "should actually set values" $ do (ml, abMetaOriginal, blocks) <- generate arbitrary