; Fix cus-edit setopt test
* test/lisp/cus-edit-tests.el (test-setopt): Change 'test-setopt' message text.
This commit is contained in:
committed by
Michael Albinus
parent
86efaec00e
commit
e9a51f0819
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user