; Fix cus-edit setopt test

* test/lisp/cus-edit-tests.el (test-setopt): Change
'test-setopt' message text.
This commit is contained in:
Stéphane Marks
2026-04-03 05:18:48 -04:00
committed by Michael Albinus
parent 86efaec00e
commit e9a51f0819

View File

@@ -90,7 +90,7 @@
(erase-buffer))
(setopt cus-edit-test-foo1 :foo)
(buffer-substring-no-properties (point-min) (point-max)))))
(should (string-search "Value `:foo' for variable `cus-edit-test-foo1' does not match its type \"number\""
(should (string-search "Value does not match cus-edit-test-foo1's type `number': :foo\n"
warn-txt))))
(defcustom cus-edit-test-bug63290-option nil