emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] master 3bd7ba1: * test/lisp/progmodes/python-tests.el
Date: Wed, 13 Mar 2019 17:33:42 -0400 (EDT)

branch: master
commit 3bd7ba1bdf29ac731a8e65bc0b82b5e5a721c35b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/progmodes/python-tests.el
    (python-syntax-after-python-backspace): Expect failure again.
    
    ; since 5feaf90
---
 test/lisp/progmodes/python-tests.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/lisp/progmodes/python-tests.el 
b/test/lisp/progmodes/python-tests.el
index 26aaff4..94c846e 100644
--- a/test/lisp/progmodes/python-tests.el
+++ b/test/lisp/progmodes/python-tests.el
@@ -184,8 +184,7 @@ aliqua."
 
 (ert-deftest python-syntax-after-python-backspace ()
   ;; `python-indent-dedent-line-backspace' garbles syntax
-  ;; But it seems that since da7580, the test passes.
-;;;  :expected-result :failed
+  :expected-result :failed
   (python-tests-with-temp-buffer
       "\"\"\""
     (goto-char (point-max))



reply via email to

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