You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "charset validation UTF-8 multibyte sequence validation" test was duplicating
functionality already covered by existing tests:
- "charset validation ASCII range tests" already tests é, €, 🍕 multibyte sequences
- "charset validation edge cases" already covers invalid UTF-8 sequence rejection
This cleanup reduces test redundancy while maintaining full coverage of the
formatInvalidByteForError fix for proper UTF-8 validation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments