mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Python: Add copy of internal Python 3 tests
Again, mostly extractor tests, and a single library test.
This commit is contained in:
5
python/ql/test/3/extractor-tests/async3.5/AsyncWith.ql
Normal file
5
python/ql/test/3/extractor-tests/async3.5/AsyncWith.ql
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
import python
|
||||
from AsyncWith aw
|
||||
select aw.getLocation().getStartLine(), aw.toString()
|
||||
|
||||
Reference in New Issue
Block a user