aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-line-paragraph-remove-lines-containing.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+456
| | | | This reverts commit 1218bae708a6755e3628f15fef58e6806ac81039.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-456/+0
|
* fix+test:custom-line-paragraph:infinite loop remove-lines-containingCraig Jennings2025-10-261-0/+456
- 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