diff options
| author | Eli Zaretskii | 2013-04-05 16:10:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-04-05 16:10:57 +0300 |
| commit | eb1dd42a729ab1b9cdcd278767951679480cd4c3 (patch) | |
| tree | 7a9787eacf9fa495ad8f7caef59bb58a46fbe04a /test/automated/python-tests.el | |
| parent | 86e9346005b957ddadb73586c9641e68ea12a79d (diff) | |
| parent | 2a417372c4a06fe90c343bc59660268c7a5ac3e9 (diff) | |
| download | emacs-eb1dd42a729ab1b9cdcd278767951679480cd4c3.tar.gz emacs-eb1dd42a729ab1b9cdcd278767951679480cd4c3.zip | |
Merge from trunk.
Diffstat (limited to 'test/automated/python-tests.el')
| -rw-r--r-- | test/automated/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index d0a7ab57250..1a741b45d81 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el | |||
| @@ -445,7 +445,7 @@ objects = Thing.objects.all() \\\\ | |||
| 445 | (should (= (python-indent-calculate-indentation) 0)))) | 445 | (should (= (python-indent-calculate-indentation) 0)))) |
| 446 | 446 | ||
| 447 | (ert-deftest python-indent-block-enders () | 447 | (ert-deftest python-indent-block-enders () |
| 448 | "Test `python-indent-block-enders' value honouring." | 448 | "Test `python-indent-block-enders' value honoring." |
| 449 | (python-tests-with-temp-buffer | 449 | (python-tests-with-temp-buffer |
| 450 | " | 450 | " |
| 451 | Class foo(object): | 451 | Class foo(object): |