aboutsummaryrefslogtreecommitdiff
path: root/tests/variable/qualified
AgeCommit message (Collapse)AuthorFilesLines
2016-04-05Add support for scope/target-qualified variable expansionBoris Kolpackov3-0/+42
For example: print $(dir/:var) print $(file{target}:var) print $(dir/file{target}:var) Note that if the scope/target does not (yet) exists, it will be created.