; Add test for last change
* test/lisp/wid-edit-tests.el (widget-test-editable-field-widget-get/put): Check return value of widget-put. (Bug#76664)
This commit is contained in:
parent
5b13541858
commit
49e3ef3437
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
|||
"My Name")))
|
||||
(should (eq (widget-get widget :size) 13))
|
||||
(should (equal (widget-get widget :format) "Name: %v "))
|
||||
(widget-put widget :size 1)
|
||||
(widget-put widget :format "foo")
|
||||
(should (eq (widget-put widget :size 1) 1))
|
||||
(should (equal (widget-put widget :format "foo") "foo"))
|
||||
(should (eq (widget-get widget :size) 1))
|
||||
(should (equal (widget-get widget :format) "foo")))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue