mirror of
https://github.com/syssec-utd/pylingual.git
synced 2026-05-10 18:39:03 -07:00
additional test cases (comments removed for some)
This commit is contained in:
+1
-3
@@ -362,7 +362,6 @@ def TryExceptRaise():
|
||||
except:
|
||||
raise Exception()
|
||||
|
||||
#doesn't work
|
||||
'''
|
||||
def TryExceptReturnFinally():
|
||||
try:
|
||||
@@ -374,7 +373,6 @@ def TryExceptReturnFinally():
|
||||
print(3)
|
||||
'''
|
||||
|
||||
# Doesn't Work
|
||||
'''
|
||||
def TryFinallyRaise():
|
||||
try:
|
||||
@@ -391,4 +389,4 @@ def TryLoopBreakFinally():
|
||||
break
|
||||
finally:
|
||||
print("finally")
|
||||
'''
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user