mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Python: add regression tests and organise tests
This commit is contained in:
9
python/ql/test/experimental/dataflow/basic/globalStep.ql
Normal file
9
python/ql/test/experimental/dataflow/basic/globalStep.ql
Normal file
@@ -0,0 +1,9 @@
|
||||
import allFlowsConfig
|
||||
|
||||
from
|
||||
DataFlow::PathNode fromNode,
|
||||
DataFlow::PathNode toNode
|
||||
where
|
||||
toNode = fromNode.getASuccessor()
|
||||
select
|
||||
fromNode, toNode
|
||||
Reference in New Issue
Block a user