Python: Copy Python extractor to codeql repo

This commit is contained in:
Taus
2024-02-28 15:15:21 +00:00
parent 297a17975d
commit 6dec323cfc
369 changed files with 165346 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
"""
At the time this test was added, when either comment 2 or comment 3 was present, this
would cause the TSG parser to have an error.
"""
# comment 0
print(
# comment 1
(
# comment 2
1
# comment 3
)
# comment 4
)