summaryrefslogtreecommitdiff
path: root/tests/test-debug-wttrin-show-raw.el
Commit message (Collapse)AuthorAgeFilesLines
* fix: debug-wttrin-show-raw broken by async API changeCraig Jennings2026-04-041-0/+104
debug-wttrin-show-raw called wttrin--get-cached-or-fetch with 1 arg, but the function now requires 2 (location + callback) since the async refactor. Rewrote to use the callback pattern. Also handles nil response gracefully.