From f0ea59f3a2786277fdb2a59769ac98f6e7d32872 Mon Sep 17 00:00:00 2001 From: Bente Groh Date: Wed, 25 Jun 2025 17:56:34 +0200 Subject: [PATCH] Add negative test case for loading atrribute --- modules/markup/sanitizer_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/markup/sanitizer_test.go b/modules/markup/sanitizer_test.go index 7a53e3f605..a0faff0494 100644 --- a/modules/markup/sanitizer_test.go +++ b/modules/markup/sanitizer_test.go @@ -78,6 +78,7 @@ func Test_Sanitizer(t *testing.T) { // Images lazy loading `image1`, `image1`, + `image1`, `image1`, } for i := 0; i < len(testCases); i += 2 {