mirror of
https://github.com/davidhalter/parso.git
synced 2026-05-24 17:28:53 +08:00
More newlines.
This commit is contained in:
@@ -10,12 +10,20 @@ import bdist_egg; bdist_egg.write_safety_flag(cmd.egg_info, safe)
|
|||||||
import shlex;
|
import shlex;
|
||||||
#: E702:8 E703:22
|
#: E702:8 E703:22
|
||||||
del a[:]; a.append(42);
|
del a[:]; a.append(42);
|
||||||
|
|
||||||
|
|
||||||
#: E704:10
|
#: E704:10
|
||||||
def f(x): return 2
|
def f(x): return 2
|
||||||
|
|
||||||
|
|
||||||
#: E704:16
|
#: E704:16
|
||||||
async def f(x): return 2
|
async def f(x): return 2
|
||||||
|
|
||||||
|
|
||||||
#: E704:10
|
#: E704:10
|
||||||
def f(x): return 2 * x
|
def f(x): return 2 * x
|
||||||
|
|
||||||
|
|
||||||
while all is round:
|
while all is round:
|
||||||
#: E704:14
|
#: E704:14
|
||||||
def f(x): return 2 * x
|
def f(x): return 2 * x
|
||||||
|
|||||||
Reference in New Issue
Block a user