* test/lisp/progmodes/python-tests.el
(python-syntax-after-python-backspace): Expect success.
This commit is contained in:
parent
284f635da8
commit
5e841bc9e5
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue