diff options
| author | Lars Ingebrigtsen | 2020-10-28 09:13:53 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-10-28 09:13:53 +0100 |
| commit | c6fb23873a594b6a4fc57fa107869a2e82159d07 (patch) | |
| tree | 38b542f1d4edd4cf5de59f29fbd78fe6b12093d2 /test/lisp/progmodes/python-tests.el | |
| parent | 9f6bb7c9c75a2cce014f1d865570ffe26db2d09a (diff) | |
| download | emacs-c6fb23873a594b6a4fc57fa107869a2e82159d07.tar.gz emacs-c6fb23873a594b6a4fc57fa107869a2e82159d07.zip | |
Adjust python tests after fix for bug#39398
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 64626333c44..186290593e6 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -3481,7 +3481,7 @@ def foo(): | |||
| 3481 | (point-max)) | 3481 | (point-max)) |
| 3482 | "if True: | 3482 | "if True: |
| 3483 | 3483 | ||
| 3484 | print ('a') | 3484 | print ('a') |
| 3485 | ")))) | 3485 | ")))) |
| 3486 | 3486 | ||
| 3487 | (ert-deftest python-shell-buffer-substring-11 () | 3487 | (ert-deftest python-shell-buffer-substring-11 () |
| @@ -3499,7 +3499,7 @@ def foo(): | |||
| 3499 | (point-max)) | 3499 | (point-max)) |
| 3500 | "if True: | 3500 | "if True: |
| 3501 | 3501 | ||
| 3502 | print ('a') | 3502 | print ('a') |
| 3503 | ")))) | 3503 | ")))) |
| 3504 | 3504 | ||
| 3505 | (ert-deftest python-shell-buffer-substring-12 () | 3505 | (ert-deftest python-shell-buffer-substring-12 () |
| @@ -3518,7 +3518,7 @@ def foo(): | |||
| 3518 | "if True: | 3518 | "if True: |
| 3519 | 3519 | ||
| 3520 | 3520 | ||
| 3521 | # Whitespace | 3521 | # Whitespace |
| 3522 | 3522 | ||
| 3523 | print ('a') | 3523 | print ('a') |
| 3524 | ")))) | 3524 | ")))) |