branch: externals/hyperbole
commit e3be5ddda67f69aed0c361cc02db1508b60d116b
Author: bw <[email protected]>
Commit: bw <[email protected]>
hywiki-tests--hkey-help - Remove second arg in doc mock; breaks CICD
---
ChangeLog | 2 --
test/hywiki-tests.el | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 11222cb55d..0d1d26828f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,6 @@
* hypb.el (hypb:in-string-modes-regexps): Change to support Python delimiters
in
all modes, e.g. Org mode with code embedding so do not miss strings.
- test/hywiki-tests.el (hywiki-tests--hkey-help): Fix by adding second arg nil
to
- 'documentation' mock and update to customization above.
* hyrolo.el (hyrolo-grep-file): Fix bug#79643. Add a mark at the end point of
all record insertions so can be referenced in 'hyrolo-yank' when calls
diff --git a/test/hywiki-tests.el b/test/hywiki-tests.el
index c077ffde66..1ba55ee86e 100644
--- a/test/hywiki-tests.el
+++ b/test/hywiki-tests.el
@@ -3,7 +3,7 @@
;; Author: Mats Lidell
;;
;; Orig-Date: 18-May-24 at 23:59:48
-;; Last-Mod: 18-Oct-25 at 10:15:13 by Mats Lidell
+;; Last-Mod: 18-Oct-25 at 13:31:29 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1956,7 +1956,7 @@ Insert test in the middle of other text."
(kill-buffer help-bn))
(mocklet (((hkey-actions) => nil)
(hkey-help not-called)
- ((documentation 'ibtypes::hywiki-existing-word nil) =>
"Doc string"))
+ ((documentation 'ibtypes::hywiki-existing-word) => "Doc
string"))
(hywiki-help)
(should (get-buffer help-bn))
(with-current-buffer help-bn