mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
* test/lisp/emacs-lisp/lisp-mode-tests.el (indent-subsexp): Test for Bug#26187
This commit is contained in:
parent
bcb6c7b7cd
commit
0b60d7657a
@ -77,6 +77,10 @@ noindent\" 3
|
||||
(search-backward "d2")
|
||||
(up-list -1)
|
||||
(indent-sexp)
|
||||
(should (equal (buffer-string) correct))
|
||||
(backward-sexp)
|
||||
(end-of-line)
|
||||
(indent-sexp)
|
||||
(should (equal (buffer-string) correct)))))
|
||||
|
||||
(ert-deftest indent-sexp-in-string ()
|
||||
|
Loading…
Reference in New Issue
Block a user