From bb60887b0d92a0c0d8583b200e56ae40c94b4b3a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 30 Oct 2020 16:10:57 +0100 Subject: [PATCH] Revert "Adjust python tests after fix for bug#39398" This reverts commit c6fb23873a594b6a4fc57fa107869a2e82159d07. The code is tweaked to be more backwards-compatible. --- test/lisp/progmodes/python-tests.el | 6 +++--- 1 file 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(): (point-max)) "if True: -print ('a') + print ('a') ")))) (ert-deftest python-shell-buffer-substring-11 () @@ -3499,7 +3499,7 @@ def foo(): (point-max)) "if True: - print ('a') + print ('a') ")))) (ert-deftest python-shell-buffer-substring-12 () @@ -3518,7 +3518,7 @@ def foo(): "if True: -# Whitespace + # Whitespace print ('a') ")))) -- 2.39.2