summaryrefslogtreecommitdiff
path: root/tests/test-custom-line-paragraph-remove-lines-containing.el
AgeCommit message (Collapse)Author
17 hoursfix+test:custom-line-paragraph:infinite loop remove-lines-containingCraig Jennings
- Add guard clause to handle empty string input gracefully (would cause infinite loop) - Add 33 comprehensive tests covering normal cases, boundary cases, and error cases - Tests verify Unicode support, regex character escaping, region vs buffer operations - All 33 tests passing