From 0b5d0eb92c5be2f0ddb2fa73990f31e5654e57fe Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 14 Sep 2026 15:16:55 +0200 Subject: krino: 0.0.5 — keyword cache, t and d in review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/engine/exclude_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'internal/engine/exclude_test.go') diff --git a/internal/engine/exclude_test.go b/internal/engine/exclude_test.go index 40b3548..8b26450 100644 --- a/internal/engine/exclude_test.go +++ b/internal/engine/exclude_test.go @@ -115,10 +115,10 @@ func TestExcludeNeedsEveryCondition(t *testing.T) { } } -// TestExcludeContentKeepsRuleContentVariants: an exclude reading content -// under the directory's settings must not release the raw text a rule -// with different case/fold settings still needs. -func TestExcludeContentKeepsRuleContentVariants(t *testing.T) { +// TestExcludeContentAndRuleContentKeepTheirOwnSettings: an exclude reading +// content under the directory's settings first must not change how a rule +// with different case/fold settings sees the same text. +func TestExcludeContentAndRuleContentKeepTheirOwnSettings(t *testing.T) { h, _ := excludeTree(t, map[string]string{"a.txt": "Invoice ACME"}) main := writeConfig(t, h, `(include "dl")`, map[string]string{"dl": ` (path "~/dl") -- cgit v1.3