diff options
| author | Glenn Morris | 2019-03-13 17:33:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2019-03-13 17:33:25 -0400 |
| commit | 3bd7ba1bdf29ac731a8e65bc0b82b5e5a721c35b (patch) | |
| tree | 16a40d316201f7342d214782aed80aadf222a97d /test/lisp/progmodes/python-tests.el | |
| parent | 7dda131ab02b36362ae63744db66413a9f1df58d (diff) | |
| download | emacs-3bd7ba1bdf29ac731a8e65bc0b82b5e5a721c35b.tar.gz emacs-3bd7ba1bdf29ac731a8e65bc0b82b5e5a721c35b.zip | |
* test/lisp/progmodes/python-tests.el
(python-syntax-after-python-backspace): Expect failure again.
; since 5feaf90
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 26aaff463c0..94c846ecb16 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -184,8 +184,7 @@ aliqua." | |||
| 184 | 184 | ||
| 185 | (ert-deftest python-syntax-after-python-backspace () | 185 | (ert-deftest python-syntax-after-python-backspace () |
| 186 | ;; `python-indent-dedent-line-backspace' garbles syntax | 186 | ;; `python-indent-dedent-line-backspace' garbles syntax |
| 187 | ;; But it seems that since da7580, the test passes. | 187 | :expected-result :failed |
| 188 | ;;; :expected-result :failed | ||
| 189 | (python-tests-with-temp-buffer | 188 | (python-tests-with-temp-buffer |
| 190 | "\"\"\"" | 189 | "\"\"\"" |
| 191 | (goto-char (point-max)) | 190 | (goto-char (point-max)) |