Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2026-04-16 Mats Lidell <matsl@gnu.org>

* test/hyrolo-tests.el (hyrolo-tests--tab-through-matches): Verifies
that the path name is not selected when tabbing through matches.

2026-04-13 Bob Weiner <rsw@gnu.org>

* hyrolo.el (hyrolo-next-match, hyrolo-next-regexp-match,
Expand Down
6 changes: 4 additions & 2 deletions test/hyrolo-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,10 @@ optional DEPTH the number of sub cells are created to that depth."
(hy-delete-files-and-buffers hyrolo-file-list))))

(ert-deftest hyrolo-tests--tab-through-matches ()
"Verify tabbing through search matches."
(let* ((org-file (make-temp-file "hypb" nil ".org"
"Verify tabbing through search matches.
File name contains the search string to verify it is not selected while
tabbing though the matches."
(let* ((org-file (make-temp-file "hypb_body_" nil ".org"
(hyrolo-tests--gen-outline ?* "heading" 2 "body" 2)))
(hyrolo-file-list (list org-file)))
(unwind-protect
Expand Down