summaryrefslogtreecommitdiff
path: root/tests/test-custom-line-paragraph-remove-duplicate-lines-region-or-buffer.el
AgeCommit message (Collapse)Author
41 hourstest:custom-line-paragraph: remove-duplicate-lines-region-or-bufferCraig Jennings
- 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