Skip to content

Commit

Permalink
add roundtrip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Dec 29, 2021
1 parent d8ed5e0 commit d2386a6
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions native/libcst/tests/fixtures/starry_tries.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
#foo.

try :
pass

# foo

except * lol as LOL :

pass

except * f:

# foo

pass

else :

pass

finally :

foo

try:
pass
except*f:
pass
finally:
pass


try:

# 1

try:

# 2

pass

# 3

# 4

finally:

# 5

pass

# 6

# 7

except *foo:

#8

pass

#9

0 comments on commit d2386a6

Please sign in to comment.