aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-ordering--region-helpers.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(custom-ordering): dedupe region guard, replace tail, and ↵Craig Jennings38 hours1-0/+52
arrayify-python Extract cj/--ordering-validate-region (the start>end guard copy-pasted across all seven pure helpers) and cj/--ordering-replace-region (the delete-region + insert tail repeated in every interactive command). Alias cj/arrayify-python to cj/arrayify-json, which it duplicated verbatim, leaving both keybindable. Behavior unchanged; adds direct Normal/Boundary/Error coverage for the two new helpers.