From bbc9b103acac96b83b150b81f2effe1b65c3f8a2 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 15 Sep 2026 22:09:06 +0200 Subject: docs: GUI design draft; code comments no longer name the owner --- internal/extract/plain_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/extract/plain_test.go') diff --git a/internal/extract/plain_test.go b/internal/extract/plain_test.go index c8e1008..e53ac73 100644 --- a/internal/extract/plain_test.go +++ b/internal/extract/plain_test.go @@ -156,7 +156,7 @@ func TestToolsListedInOrder(t *testing.T) { // sample — sniffText must reject the whole file, not just decode what the // sample alone promised (it must not fall back to Latin-1 the way a known // text extension would). Such a file - a self-extracting installer, say - -// has no text in krino's sense (Łukasz, after the plan 10 re-check). +// has no text in krino's sense (decided after the plan 10 re-check). func TestSniffWholeFileMustBeValid(t *testing.T) { e := newWithPath("") data := append([]byte(strings.Repeat("x", 8192)), 0xFF, 0x00) -- cgit v1.3