From: Lars Ingebrigtsen Date: Wed, 28 Oct 2020 08:13:53 +0000 (+0100) Subject: Adjust python tests after fix for bug#39398 X-Git-Tag: emacs-28.0.90~5368 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6fb23873a594b6a4fc57fa107869a2e82159d07;p=emacs.git Adjust python tests after fix for bug#39398 --- 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(): (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') "))))