|
- Add tests for literal string patterns (no metacharacters)
- Add tests for various regex patterns (character classes, anchors, etc)
- Test both serverless and server modes
- Verify that literal string optimization works correctly
- Test mixed patterns to ensure both modes work together
All tests pass successfully, confirming that the literal string
optimization is working correctly alongside regular regex matching.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|