From 26a8c3d5dc745181e3169c0a8185028820177a85 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sun, 18 Aug 2019 20:27:11 -0500 Subject: [PATCH] Tests: Add convenient comment --- tests/test-org-ql.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index df4a917..21113b6 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -125,6 +125,8 @@ RESULTS should be a list of strings as returned by (substring-no-properties (org-get-heading t t t t)))) (setq test-buffer (find-file-noselect (concat default-directory "tests/data.org")) + ;; For manual testing: + ;; test-buffer (find-file-noselect "data.org") num-headings (with-current-buffer test-buffer (org-with-wide-buffer (goto-char (point-min))