aboutsummaryrefslogtreecommitdiff
path: root/tests/test-prog-general--deadgrep.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(prog-general): dedup the deadgrep search tail, lift its helpersCraig Jennings2 days1-0/+44
cj/deadgrep-here and cj/deadgrep-in-dir repeated the same normalize-directory + read-term + invoke-deadgrep tail. Lift cj/deadgrep--initial-term out of :config and add cj/--deadgrep-run for the shared tail; each command resolves its root then delegates. Adds coverage for the term seeding and the run helper.