aboutsummaryrefslogtreecommitdiff
path: root/old-tests/variable/type-pattern-append
AgeCommit message (Collapse)AuthorFilesLines
2022-12-02Fail if scope or target qualification in variable expansion is unknownBoris Kolpackov1-0/+2
There are three options here: we can "fall through" to an outer scope (there is always the global scope backstop; this is the old semantics, sort of), we can return NULL straight away, or we can fail. It feels like in most cases unknown scope or target is a mistake and doing anything other than failing is just making things harder to debug.
2018-05-03Regularize directory target/scope-specific variable assignment syntaxBoris Kolpackov1-2/+2
2016-12-01Move old tests to old-tests/Boris Kolpackov3-0/+69