From e66a3d4630f15fa40d9cced852818f855bc303a3 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 1 Mar 2026 14:33:17 +0100 Subject: [PATCH] Apply suggestion from @silverwind Signed-off-by: silverwind --- modules/markup/html_internal_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/markup/html_internal_test.go b/modules/markup/html_internal_test.go index 04694df5e5..2b5c56a43c 100644 --- a/modules/markup/html_internal_test.go +++ b/modules/markup/html_internal_test.go @@ -382,7 +382,6 @@ func TestRegExp_anySHA1Pattern(t *testing.T) { "https://github.com/jquery/jquery/commit/0705be4": { CommitID: "0705be4", }, - // short hex strings in non-commit URLs should not match "http://localhost:3000/foo/bar/src/main/20260304.txt": {}, "http://localhost:3000/foo/bar/blob/main/abcdef1/file": {}, "non-url": {},