Skip to content

Commit

Permalink
Update after review
Browse files Browse the repository at this point in the history
  • Loading branch information
matsl committed Dec 29, 2024
1 parent e380a54 commit e095629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hywiki-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,10 @@ Note special meaning of `hywiki-allow-plurals-flag'."
"Verify `hywiki-add-info-index'."
(let ((hywiki-directory (make-temp-file "hywiki" t)))
(unwind-protect
(with-simulated-input "Top RET"
(with-simulated-input "files RET"
(info "emacs")
(hywiki-add-info-index "WikiWord")
(should (equal '(info-index . "(emacs)Top") (hywiki-get-referent "WikiWord"))))
(should (equal '(info-index . "(emacs)files") (hywiki-get-referent "WikiWord"))))
(hy-delete-dir-and-buffer hywiki-directory))))

(ert-deftest hywiki-tests--add-info-node ()
Expand Down

0 comments on commit e095629

Please sign in to comment.