fix(docs): add language tag to bare code fences in testing.md

pymdownx.highlight requires language specification on code fences.
Bare ``` causes NoneType error during MkDocs build.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-26 21:16:37 +02:00
parent 1c2fdf981d
commit 4ff06eca17

View File

@@ -19,7 +19,7 @@
**Speicherort:** Im gleichen Verzeichnis wie der Code
```
```text
internal/
├── services/
│ ├── auth_service.go
@@ -93,7 +93,7 @@ func TestValidateEmail(t *testing.T) {
**Speicherort:** `/backend/tests/`
```
```text
backend/
├── consent_client.py
├── gdpr_api.py