From 9a7d934ef935e417d8b1d5b5a086985a4982a0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 4 Jan 2025 20:54:56 +0000 Subject: [PATCH] ignore empty hash hrefs in tests --- .htmltest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.htmltest.yml b/.htmltest.yml index 0c6965a..0027d98 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -1,4 +1,5 @@ DirectoryPath: public/ IgnoreDirectoryMissingTrailingSlash: true IgnoreEmptyHref: true +IgnoreInternalEmptyHash: true RedirectLimit: 32