{-# LANGUAGE OverloadedStrings #-} module Tests.Readers.HTML (tests) where import Test.Tasty import Tests.Helpers import Text.Pandoc import Text.Pandoc.Arbitrary () import Text.Pandoc.Builder import Data.Text (Text) html :: Text -> Pandoc html = purely $ readHtml def tests :: [TestTree] tests = [ testGroup "base tag" [ test html "simple" $ "