Skip to content

Commit dcbbcf2

Browse files
committed
Removed unused char in test
1 parent a002060 commit dcbbcf2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/hywiki-tests.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Author: Mats Lidell
44
;;
55
;; Orig-Date: 18-May-24 at 23:59:48
6-
;; Last-Mod: 7-Sep-25 at 18:51:42 by Bob Weiner
6+
;; Last-Mod: 5-Oct-25 at 17:18:29 by Mats Lidell
77
;;
88
;; SPDX-License-Identifier: GPL-3.0-or-later
99
;;
@@ -1718,8 +1718,7 @@ face is verified during the change."
17181718
(emacs-lisp-mode)
17191719
(insert "\
17201720
(defun func ()
1721-
\"WikiWor
1722-
t)
1721+
\"WikiWor)
17231722
")
17241723
;; Set point after WikiWor
17251724
(goto-char 1)

0 commit comments

Comments
 (0)