There was an error while loading. Please reload this page.
1 parent 3dc057f commit d95811aCopy full SHA for d95811a
1 file changed
tests/Tests.hs
@@ -39,6 +39,11 @@ main = do
39
built <- BL.readFile "_repo/package/pkg-a-2.3.4.5/pkg-a.cabal"
40
built @?= revised
41
42
+ step "Running latest package checks"
43
+ specificHtml <- BL.readFile "_repo/package/pkg-a-2.3.4.5/index.html"
44
+ latestHtml <- BL.readFile "_repo/package/pkg-a/index.html"
45
+ latestHtml @?= specificHtml
46
+
47
step "Running tarball checks"
48
withTarball "_repo/01-index.tar" $ \TarballAccessFn{lookupEntry} -> do
49
lookupEntry "pkg-a/2.3.4.5/pkg-a.cabal" >>= \case
0 commit comments