aboutsummaryrefslogtreecommitdiff
path: root/tests/variable/qualified/test.out
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Move old tests to old-tests/Boris Kolpackov1-12/+0
2016-04-05Add support for scope/target-qualified variable expansionBoris Kolpackov1-0/+12
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.