From daff6c7445dbcbd622faa0c0dac369186701a9ec Mon Sep 17 00:00:00 2001 From: "zdoc.app" Date: Thu, 12 Feb 2026 16:03:17 +0800 Subject: [PATCH] Revert "Revert "fix: correct markdown code block syntax in go-test.md"" (#201) --- 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