]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/emacs-lisp/lisp-mode-tests.el (indent-subsexp): Test for Bug#26187
authorNoam Postavsky <npostavs@gmail.com>
Wed, 22 Mar 2017 00:40:52 +0000 (20:40 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 22 Mar 2017 00:45:32 +0000 (20:45 -0400)
test/lisp/emacs-lisp/lisp-mode-tests.el

index 2801f23df631a9a7e7f0befdef947f46242a586e..8e3f2e185cf1f8dd26a94d80e507544d9ac888c8 100644 (file)
@@ -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 ()