projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6bb7c
)
Adjust python tests after fix for bug#39398
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 28 Oct 2020 08:13:53 +0000
(09:13 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 28 Oct 2020 08:13:53 +0000
(09:13 +0100)
test/lisp/progmodes/python-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/python-tests.el
b/test/lisp/progmodes/python-tests.el
index 64626333c442c733995b125aea96199d98f52153..186290593e6d101ff545324574c5f472972c081a 100644
(file)
--- 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')
"))))