aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-line-paragraph-remove-duplicate-lines-region-or-buffer.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+471
| | | | This reverts commit 1218bae708a6755e3628f15fef58e6806ac81039.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-471/+0
|
* test:custom-line-paragraph: remove-duplicate-lines-region-or-bufferCraig Jennings2025-10-261-0/+471
- Add 35 tests covering normal cases, boundary cases, and error cases - Tests verify duplicate removal with case-insensitive matching, region vs buffer operations, Unicode support - Discovered function requires trailing newlines for duplicate detection and uses case-insensitive matching - All 35 tests passing