aboutsummaryrefslogtreecommitdiff
path: root/tests/test-system-defaults-functions.el
Commit message (Collapse)AuthorAgeFilesLines
* test(system-defaults): cover the helper functionsCraig Jennings2026-05-131-0/+155
system-defaults.el is mostly `setq` configuration, but the testable helpers (`cj/disabled`, the two minibuffer-gc hooks, `unpropertize-kill-ring`, `cj/log-comp-warning`) were uncovered. New test file mirrors the sandbox pattern from test-system-defaults-vc-follow-symlinks.el and asserts each function's observable behavior: gc-threshold flip on minibuffer entry/exit, kill-ring property strip with empty-ring boundary, comp warning written with timestamp + non-comp type ignored so the default *Warnings* path still works. 8 new tests across Normal / Boundary cases.