aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-10-30 16:10:57 +0100
committerLars Ingebrigtsen2020-10-30 16:10:57 +0100
commitbb60887b0d92a0c0d8583b200e56ae40c94b4b3a (patch)
tree9384d201b9e40ce332fed9ee0c0de4fb1248c0ff /test/lisp/progmodes/python-tests.el
parentc5611bfc4216da1a4515284b6ed47acab8026696 (diff)
downloademacs-bb60887b0d92a0c0d8583b200e56ae40c94b4b3a.tar.gz
emacs-bb60887b0d92a0c0d8583b200e56ae40c94b4b3a.zip
Revert "Adjust python tests after fix for bug#39398"
This reverts commit c6fb23873a594b6a4fc57fa107869a2e82159d07. The code is tweaked to be more backwards-compatible.
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
-rw-r--r--test/lisp/progmodes/python-tests.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el
index 186290593e6..64626333c44 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
3484print ('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"))))