From 75cf6abd55bfb60324fc47cf91eac08dbb8b87b4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 8 Sep 2025 12:02:40 +0300 Subject: docs: move tmux documentation to its own file --- internal/testutil/fixtures_test.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'internal/testutil') diff --git a/internal/testutil/fixtures_test.go b/internal/testutil/fixtures_test.go index 8c603d8..7c7f239 100644 --- a/internal/testutil/fixtures_test.go +++ b/internal/testutil/fixtures_test.go @@ -3,7 +3,10 @@ package testutil import "testing" func TestFixtures_ZeroCovTargets(t *testing.T) { - if MarkdownCodeFence() == "" { t.Fatal("MarkdownCodeFence empty") } - if MalformedJSON() == "" { t.Fatal("MalformedJSON empty") } + if MarkdownCodeFence() == "" { + t.Fatal("MarkdownCodeFence empty") + } + if MalformedJSON() == "" { + t.Fatal("MalformedJSON empty") + } } - -- cgit v1.2.3