aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-save.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-save.el')
-rw-r--r--tests/test-pearl-save.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-pearl-save.el b/tests/test-pearl-save.el
index 90e55cd..2f7b312 100644
--- a/tests/test-pearl-save.el
+++ b/tests/test-pearl-save.el
@@ -43,7 +43,11 @@
;; `org-entry-put', which in batch makes the cache reconcile pathologically
;; (seconds per call). Disabling it keeps the suite fast and deterministic;
;; production never touches this binding.
+ ;; Title-case the rendered heading so these save-path tests can search for the
+ ;; cased title; the save logic hashes the rendered form regardless of casing,
+ ;; so the opt-in binding doesn't change what's under test.
`(let ((pearl-comment-sort-order 'newest-first)
+ (pearl-title-case-headings t)
(org-element-use-cache nil))
(with-temp-buffer
(insert (pearl--format-issue-as-org-entry ,issue))