emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5e841bc: * test/lisp/progmodes/python-tests.el


From: Glenn Morris
Subject: [Emacs-diffs] master 5e841bc: * test/lisp/progmodes/python-tests.el
Date: Sat, 2 Mar 2019 22:03:02 -0500 (EST)

branch: master
commit 5e841bc9e5ff878b3dce36a712386ed6f53b6e60
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/progmodes/python-tests.el
    (python-syntax-after-python-backspace): Expect success.
---
 test/lisp/progmodes/python-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/python-tests.el 
b/test/lisp/progmodes/python-tests.el
index 94c846e..26aaff4 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]