Fix some scripts in the peg generator folder (GH-19853)

This commit is contained in:
Pablo Galindo 2020-05-02 05:23:06 +01:00 committed by GitHub
parent 02047265eb
commit 9dbaa8d9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 16064 additions and 31 deletions

View file

@ -7,4 +7,5 @@ if 1:
pass
elif 1:
pass
else: print("else-clause")
else:
print("else-clause")