summaryrefslogtreecommitdiff
path: root/tests/test-wttrin-fetch-raw-string.el
Commit message (Collapse)AuthorAgeFilesLines
* test: add 50 tests for untested functions; fix nil crash in save-debug-dataCraig Jennings2026-04-041-0/+65
Add 11 new test files covering wttrin--save-debug-data, wttrin--buffer-cache-refresh, wttrin--mode-line-stop, wttrin--mode-line-start, wttrin-query, wttrin-requery-force, wttrin-mode-line-click, wttrin-mode-line-force-refresh, wttrin-fetch-raw-string, wttrin-clear-cache, and wttrin-requery. Fix bug in wttrin--save-debug-data where nil raw-string caused (insert nil) crash — reachable when debug mode is on and fetch fails. Refactor wttrin-requery: extract wttrin--requery-location so the core kill-buffer-and-query logic is testable without mocking completing-read. 267 tests total (was 217), all passing.