emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole f426f97990 02/12: Use name hywikiword for Wik


From: ELPA Syncer
Subject: [elpa] externals/hyperbole f426f97990 02/12: Use name hywikiword for WikiWord prefixed with hy:
Date: Sun, 19 Jan 2025 06:58:15 -0500 (EST)

branch: externals/hyperbole
commit f426f97990c26c39c5f0ada5a7066765309a980b
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: Mats Lidell <mats.lidell@lidells.se>

    Use name hywikiword for WikiWord prefixed with hy:
---
 ChangeLog            | 4 ++--
 test/hywiki-tests.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 863c6ab4f5..d3e8103b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
 2025-01-12  Mats Lidell  <matsl@gnu.org>
 
 * test/hywiki-tests.el
-    (hywiki-tests--action-key-on-hy-wikiword-displays-page): Rename so
+    (hywiki-tests--action-key-on-hywikiword-displays-page): Rename so
     hy:WikiWord is mentioned. Fix removal of temp files.
-    (hywiki-tests--assist-key-on-hy-wikiword-displays-help): Rename so
+    (hywiki-tests--assist-key-on-hywikiword-displays-help): Rename so
     hy:WikiWord is mentioned and refactor to verify help buffer is shown.
     (hywiki-tests--action-key-on-wikiword-displays-page)
     (hywiki-tests--action-key-on-wikiword-and-section-displays-page): New
diff --git a/test/hywiki-tests.el b/test/hywiki-tests.el
index 602b002e71..37b6e80cde 100644
--- a/test/hywiki-tests.el
+++ b/test/hywiki-tests.el
@@ -53,7 +53,7 @@
         (should-not (cdr (hywiki-add-page "notawikiword")))
       (hy-delete-dir-and-buffer hywiki-directory))))
 
-(ert-deftest hywiki-tests--action-key-on-hy-wikiword-displays-page ()
+(ert-deftest hywiki-tests--action-key-on-hywikiword-displays-page ()
   "Verify `action-key' on a prefixed WikiWord, outside of hywiki-directory, 
creates a new page."
   (let ((hsys-org-enable-smart-keys t)
         (hywiki-directory (make-temp-file "hywiki" t))
@@ -68,7 +68,7 @@
       (hy-delete-file-and-buffer (expand-file-name wikifile hywiki-directory))
       (hy-delete-dir-and-buffer hywiki-directory))))
 
-(ert-deftest hywiki-tests--assist-key-on-hy-wikiword-displays-help ()
+(ert-deftest hywiki-tests--assist-key-on-hywikiword-displays-help ()
   "Verify `assist-key' on a prefixed WikiWord, outside of hywiki-directory, 
displays help for the WikiWord link."
   (let ((hsys-org-enable-smart-keys t)
         (hywiki-directory (make-temp-file "hywiki" t)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]