]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/progmodes/python-tests.el
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Mar 2019 03:02:50 +0000 (19:02 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Mar 2019 03:02:50 +0000 (19:02 -0800)
(python-syntax-after-python-backspace): Expect success.

test/lisp/progmodes/python-tests.el

index 94c846ecb16f46be701fcc56882326e054a76f3b..26aaff463c057ff2b1020616ab858458c3a2aa1e 100644 (file)
@@ -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))