mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-15 17:07:13 +08:00
Try to add syntax errors to pep8 normalizing.
This commit is contained in:
@@ -97,7 +97,7 @@ for foo in """
|
||||
123
|
||||
""".strip().split():
|
||||
print(foo)
|
||||
print dedent(
|
||||
abc = dedent(
|
||||
'''
|
||||
mkdir -p ./{build}/
|
||||
mv ./build/ ./{build}/%(revision)s/
|
||||
|
||||
Reference in New Issue
Block a user