validateSlug prüft regex ^[a-z0-9][a-z0-9-]*$ (lowercase, digits, hyphen; kein führender hyphen). validatePost checkt title, slug und date (muss Date-instanz mit gültigem timestamp sein). 7 tests grün. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| config_test.ts | ||
| frontmatter_test.ts | ||
| validation_test.ts | ||