mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
14
python/extractor/tests/parser/expressions.py
Normal file
14
python/extractor/tests/parser/expressions.py
Normal file
@@ -0,0 +1,14 @@
|
||||
1
|
||||
|
||||
2 + 3
|
||||
|
||||
4 * 5 / 6
|
||||
|
||||
(7 + 8) * 9
|
||||
|
||||
(10, 11)
|
||||
( 12, 13 )
|
||||
|
||||
14 , 15
|
||||
|
||||
(match := 16)
|
||||
Reference in New Issue
Block a user