From 1ce3a98217f3d042eb02a63f2065dfc534890cbe Mon Sep 17 00:00:00 2001 From: zdoc Date: Thu, 5 Feb 2026 21:57:49 +0800 Subject: [PATCH] fix: correct markdown code block syntax in go-test.md * fix: correct markdown code block syntax in go-test.md * fix: remove language specifier from markdown code block in go-test.md --------- Co-authored-by: neo --- 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 94c8726..9fb85ad 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