branch: externals/hyperbole
commit a60d26719eeac2a13ee976a7f3b4519ddab497bd
Author: bw <[email protected]>
Commit: bw <[email protected]>
hywiki-tests--wikiword-step-check-edit-wikiword-in-emacs-lisp-mode - Fix
missing double quote causing failure
---
ChangeLog | 2 ++
test/hywiki-tests.el | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d12a9a8ede..7d48dde747 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
at point only if it has a referent.
(hywiki-tests--publish-special-cases): Fix matching
issues.
+
(hywiki-tests--wikiword-step-check-edit-wikiword-in-emacs-lisp-mode):
+ Fix missing double quote causing failure.
* hywiki.el (hywiki-word-store-around-point): Dehighlight only if Emacs
is idle and within a hywikiword in a valid context.
diff --git a/test/hywiki-tests.el b/test/hywiki-tests.el
index 594b0b2ffb..68d336240e 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: 1-Feb-26 at 22:54:37 by Bob Weiner
+;; Last-Mod: 2-Feb-26 at 00:18:03 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1823,7 +1823,7 @@ face is verified during the change."
(emacs-lisp-mode)
(hywiki-tests--insert "\
(defun func ()
- \"WikiWor)
+ \"WikiWor\"
")
;; Set point after WikiWor
(goto-char 1)