Revert "Revert "fix: correct markdown code block syntax in go-test.md"" (#201)

This commit is contained in:
zdoc.app 2026-02-12 16:03:17 +08:00 committed by GitHub
parent c95ac2c7c3
commit daff6c7445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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