diff --git a/test/PandocSpec.hs b/test/PandocSpec.hs index 14e55dcb0..135f702ea 100644 --- a/test/PandocSpec.hs +++ b/test/PandocSpec.hs @@ -44,7 +44,7 @@ instance Arbitrary ArbitraryMeta where spec :: Spec spec = do let mlist = Map.toAscList . unMeta - {- TODO + describe "applyMetas" $ do it "should actually set values" $ do (ml, abMetaOriginal, blocks) <- generate arbitrary @@ -65,7 +65,7 @@ spec = do oldm = [(k,t) | (k, t) <- mlist metaOriginal , Set.member k nullKeys] newm = [(k,t) | (k, t) <- mlist newMeta , Set.member k nullKeys] oldm `shouldMatchList` newm - -} + describe "addMeta" $ do it "should possibly overwrite existing settings" $ do (abMetaOverwrite, abMetaOriginal, blocks) <- generate arbitrary