From: Glenn Morris Date: Sun, 3 Mar 2019 03:02:50 +0000 (-0800) Subject: * test/lisp/progmodes/python-tests.el X-Git-Tag: emacs-27.0.90~3497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e841bc9e5ff878b3dce36a712386ed6f53b6e60;p=emacs.git * test/lisp/progmodes/python-tests.el (python-syntax-after-python-backspace): Expect success. --- diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 94c846ecb16..26aaff463c0 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el @@ -184,7 +184,8 @@ aliqua." (ert-deftest python-syntax-after-python-backspace () ;; `python-indent-dedent-line-backspace' garbles syntax - :expected-result :failed + ;; But it seems that since da7580, the test passes. +;;; :expected-result :failed (python-tests-with-temp-buffer "\"\"\"" (goto-char (point-max))