aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-file-buffer-copy-link-to-buffer-file.el
Commit message (Collapse)AuthorAgeFilesLines
* test+fix:custom-file-buffer: add tests, fix linter warningCraig Jennings2025-10-261-0/+209
Add 58 unit tests for buffer/file utility functions: - cj/copy-link-to-buffer-file (12 tests) - cj/copy-path-to-buffer-file-as-kill (12 tests) - cj/copy-whole-buffer (14 tests) - cj/clear-to-bottom-of-buffer (10 tests) - cj/clear-to-top-of-buffer (10 tests) Tests cover normal cases, boundary cases (unicode, empty buffers, narrowing, read-only buffers), and error cases. Production code change: - Fix linter warning: unused variable 'err' → '_' in cj/move-buffer-and-file