]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust python tests after fix for bug#39398
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 28 Oct 2020 08:13:53 +0000 (09:13 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 28 Oct 2020 08:13:53 +0000 (09:13 +0100)
test/lisp/progmodes/python-tests.el

index 64626333c442c733995b125aea96199d98f52153..186290593e6d101ff545324574c5f472972c081a 100644 (file)
@@ -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')
 "))))