Add test for recent buffer-local-variables change
* test/src/buffer-tests.el (buffer-tests-buffer-local-variables-undo): New.
This commit is contained in:
parent
ceee275431
commit
ca7224d5db
1 changed files with 6 additions and 0 deletions
|
@ -1327,4 +1327,10 @@ with parameters from the *Messages* buffer modification."
|
|||
(set-buffer-multibyte t)
|
||||
(buffer-string)))))))
|
||||
|
||||
;; https://debbugs.gnu.org/33492
|
||||
(ert-deftest buffer-tests-buffer-local-variables-undo ()
|
||||
"Test that `buffer-undo-list' appears in `buffer-local-variables'."
|
||||
(with-temp-buffer
|
||||
(should (assq 'buffer-undo-list (buffer-local-variables)))))
|
||||
|
||||
;;; buffer-tests.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue