aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-multicloze-hiding.el
Commit message (Collapse)AuthorAgeFilesLines
* test: add multicloze hide-n and hide-nth coverageCraig Jennings2026-05-051-0/+163
9 ERT tests with org-drill-presentation-prompt mocked to bypass interactive prompts: - hide-n with positive N: hides exactly N cloze overlays, no-op when buffer has no cloze - hide-n with negative N (show-mode): hides total-N pieces, leaving abs(N) visible - force-show-first + force-hide-first → user-visible error - hide-nth: hides only the Nth piece, no-op when out of range, negative N counts from the end