summaryrefslogtreecommitdiff
path: root/tests/test-custom-line-paragraph-join-paragraph.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+360
| | | | This reverts commit 94d4e6c9624046cef20236a8073a4857d3bd7827.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-360/+0
|
* test: Add unit tests for `join-line-or-region` and `join-paragraph`Craig Jennings2025-10-221-0/+360
Add comprehensive test cases for the `cj/join-line-or-region` and `cj/join-paragraph` functions within the custom-line-paragraph module. These tests cover normal, boundary, and error cases to ensure the proper functionality of line and paragraph joining features. They address various scenarios including line breaks, whitespace, Unicode content, and cursor positioning, enhancing the robustness of existing functionality.