mirror of
https://github.com/syssec-utd/pylingual.git
synced 2026-05-10 18:39:03 -07:00
Additional failing test case
This commit is contained in:
@@ -424,6 +424,16 @@ def aa_TryExceptReturnMulti():
|
||||
except b:
|
||||
print(3)
|
||||
|
||||
def aa1_TryExceptReturnMulti():
|
||||
try:
|
||||
print(1)
|
||||
return 2
|
||||
except a:
|
||||
print(2)
|
||||
return 3
|
||||
except b:
|
||||
print(3)
|
||||
|
||||
def ab_TryExceptReturnNamed():
|
||||
try:
|
||||
print(1)
|
||||
|
||||
Reference in New Issue
Block a user