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