]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/adjust-parens/adjust-parens-tests.el
* adjust-parens: Two new defcustoms:
[gnu-emacs-elpa] / packages / adjust-parens / adjust-parens-tests.el
index b0118ff30925b39e629c3273ac184849dc5163fb..9909d76d75154f3912d3097cfcbbc2cdb5f3988a 100644 (file)
                               "      ")
                       ")); Comment")
 
-    ;; Same check for dedent
-    (beginning-of-line)                 ; Point not at indentation
-    ;; Should leave point unchanged
-    (lisp-dedent-adjust-parens)
-    (apt-check-buffer (concat ";;\n"
-                              "(let ((x 10) (y (some-func 20))\n"
-                              "")
-                      "      )); Comment")
-
-    (back-to-indentation)
     (delete-backward-char 3)            ; Incorrect indentation
     ;; Should reindent line via indent-for-tab-command and move point to
     ;; indentation but not change parens