diff options
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index d7b3c102f2d..92c20288c8e 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -1875,7 +1875,7 @@ class C(object): | |||
| 1875 | (python-tests-look-at "def m(self):" -1) | 1875 | (python-tests-look-at "def m(self):" -1) |
| 1876 | (beginning-of-line) | 1876 | (beginning-of-line) |
| 1877 | (point)))) | 1877 | (point)))) |
| 1878 | ;; Nested defuns shuld be skipped. | 1878 | ;; Nested defuns should be skipped. |
| 1879 | (python-tests-look-at "return a" -1) | 1879 | (python-tests-look-at "return a" -1) |
| 1880 | (should (= (save-excursion | 1880 | (should (= (save-excursion |
| 1881 | (python-nav-beginning-of-defun) | 1881 | (python-nav-beginning-of-defun) |