emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c6fb238: Adjust python tests after fix for bug#39398


From: Lars Ingebrigtsen
Subject: master c6fb238: Adjust python tests after fix for bug#39398
Date: Wed, 28 Oct 2020 04:14:11 -0400 (EDT)

branch: master
commit c6fb23873a594b6a4fc57fa107869a2e82159d07
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Adjust python tests after fix for bug#39398
---
 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 6462633..1862905 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')
 "))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]