summaryrefslogtreecommitdiff
path: root/integrationtests/dgrep_literal_regex_test.go
AgeCommit message (Collapse)Author
2026-03-13Harden integration server startup checksPaul Buetow
2025-07-02test: add comprehensive integration tests for literal and regex patternsPaul Buetow
- 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>