Author: Manuel Jacob <[email protected]>
Branch: py3.6
Changeset: r94022:9f4edb1898f2
Date: 2018-03-20 12:53 +0100
http://bitbucket.org/pypy/pypy/changeset/9f4edb1898f2/
Log: Remove EOL whitespace.
diff --git a/pypy/interpreter/test/test_syntax.py
b/pypy/interpreter/test/test_syntax.py
--- a/pypy/interpreter/test/test_syntax.py
+++ b/pypy/interpreter/test/test_syntax.py
@@ -78,25 +78,25 @@
def f():
(i for i in x) = 10
-
+
async def foo(a=await something()):
pass
-
+
async def foo():
await
-
+
def foo():
await something()
-
+
async def foo():
yield
-
+
async def foo():
yield from []
-
+
async def foo():
await await fut
-
+
""")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit