mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
* test/lisp/emacs-lisp/lisp-mode-tests.el (indent-subsexp): Test for Bug#26187
This commit is contained in:
parent
bcb6c7b7cd
commit
0b60d7657a
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue