Files
codeql/python/ql/test/extractor-tests/overlay/basic-full-eval/greeting.py
Nora Dimitrijević 9d7c52423a Basic python overlay tests
The base source is in basic-overlay-eval/orig_src,
the overlay source is in basic-full-eval.

We run two tests: a full evaluation test in basic-full-eval,
and an overlay evaluation test in basic-overlay-eval.

The test source and expected results are the SAME,
due to the .qlref, meaning we expect the same results
for full and overlay evaluation.
2025-10-06 12:30:08 +02:00

6 lines
105 B
Python

from new import *
from lib import *
def get_greeting():
return combine("Goodbye", get_new_target())