This commit is contained in:
Pim van Pelt
2025-12-02 23:50:07 +01:00
parent c53fa96349
commit f8d9841a68
3 changed files with 36 additions and 36 deletions

View File

@@ -351,4 +351,4 @@ func TestProcessDirWithSymlinks(t *testing.T) {
if !strings.Contains(htmlContent, "#symlink") {
t.Error("index.html should contain symlink icon for symlinked file")
}
}
}