summaryrefslogtreecommitdiff
path: root/integrationtests/dgrep_literal_info_test.go
AgeCommit message (Collapse)Author
2026-03-13Harden integration server startup checksPaul Buetow
2025-07-02feat: add server info message for literal grep modePaul Buetow
- Add IsLiteral() and Pattern() methods to regex.Regex struct - Log info message when grep uses optimized literal string matching - Fix bug where grep commands were processed as cat commands - Add comprehensive integration tests to verify literal mode messages This gives users visibility when the performance-optimized literal string matching is being used instead of regex matching. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>