aboutsummaryrefslogtreecommitdiff
path: root/tests/test-wttrin--mode-line-update-display.el
Commit message (Collapse)AuthorAgeFilesLines
* fix: mode-line: validate API response before updating displayCraig Jennings2026-02-201-0/+225
Reject empty or malformed wttr.in responses to prevent blank icon and tooltip. Fix tooltip lambda to treat empty string as falsy. Add debug logging for nil-location and invalid-response paths.