symantic-xml-1.0.0.20190223: test/Main.hs
module Main where import System.IO (IO) import Data.Function (($)) import Test.Tasty import Golden main :: IO () main = do goldens <- goldensIO defaultMain $ testGroup "Symantic" [ goldens ]
module Main where import System.IO (IO) import Data.Function (($)) import Test.Tasty import Golden main :: IO () main = do goldens <- goldensIO defaultMain $ testGroup "Symantic" [ goldens ]