From b9d09cbebf6bb053dfb5f4c8366c6a395c7688f9 Mon Sep 17 00:00:00 2001 From: maurez83630-cmyk Date: Mon, 9 Feb 2026 02:15:30 +0100 Subject: [PATCH] Revert "fix: correct markdown code block syntax in go-test.md" This reverts commit 1ce3a98217f3d042eb02a63f2065dfc534890cbe. --- commands/go-test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/go-test.md b/commands/go-test.md index 9fb85ad..94c8726 100644 --- a/commands/go-test.md +++ b/commands/go-test.md @@ -35,7 +35,7 @@ REPEAT → Next test case ## Example Session -```` +```text User: /go-test I need a function to validate email addresses Agent: @@ -167,7 +167,7 @@ ok project/validator 0.003s ✓ Coverage: 100% ## TDD Complete! -```` +``` ## Test Patterns