module URLs ( test ) where import Blog.URL (URL(..)) import Distribution.TestSuite import Utils (simpleTest, tag) test :: Test test = tag "URLs" . testGroup "URLs handling" $ simpleTest <$> [ ("nothing", return $ Finished Pass) ]