mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
21
python/extractor/tests/parser/exception_groups_new.py
Normal file
21
python/extractor/tests/parser/exception_groups_new.py
Normal file
@@ -0,0 +1,21 @@
|
||||
try:
|
||||
a
|
||||
b
|
||||
except* c:
|
||||
d
|
||||
e
|
||||
except* f as g:
|
||||
h
|
||||
i
|
||||
except* (j, k):
|
||||
l
|
||||
m
|
||||
except* (n, o) as p:
|
||||
q
|
||||
r
|
||||
else:
|
||||
s
|
||||
t
|
||||
finally:
|
||||
u
|
||||
v
|
||||
Reference in New Issue
Block a user