mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
validTest.py did not pass, since we use `SINK3_F`. I initially tried swapping the order ``` args = (arg1, arg2) # $ arg1 arg2 func=starargs_only more_args = (arg4, arg3) starargs_only(*args, *more_args) ``` But then asked myself, what is it _actually_ we're testing here? and it seems to be the way we handle multiple *args arguments in the same call, so I converted the test to be that instead! (and it matches what we do in test_stararg_mixed)
This directory contains tests for experimental CodeQL queries and libraries.