diff options
| author | Glenn Morris | 2019-03-02 19:02:50 -0800 |
|---|---|---|
| committer | Glenn Morris | 2019-03-02 19:02:50 -0800 |
| commit | 5e841bc9e5ff878b3dce36a712386ed6f53b6e60 (patch) | |
| tree | 00ac0421ea76e35e8696d2207f51d67db5381c3b /test/lisp/progmodes/python-tests.el | |
| parent | 284f635da833d2dbf0102af3442197b46adf78c5 (diff) | |
| download | emacs-5e841bc9e5ff878b3dce36a712386ed6f53b6e60.tar.gz emacs-5e841bc9e5ff878b3dce36a712386ed6f53b6e60.zip | |
* test/lisp/progmodes/python-tests.el
(python-syntax-after-python-backspace): Expect success.
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 94c846ecb16..26aaff463c0 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -184,7 +184,8 @@ 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 | :expected-result :failed | 187 | ;; But it seems that since da7580, the test passes. |
| 188 | ;;; :expected-result :failed | ||
| 188 | (python-tests-with-temp-buffer | 189 | (python-tests-with-temp-buffer |
| 189 | "\"\"\"" | 190 | "\"\"\"" |
| 190 | (goto-char (point-max)) | 191 | (goto-char (point-max)) |