aboutsummaryrefslogtreecommitdiff
path: root/tests/variable/qualified/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Move old tests to old-tests/Boris Kolpackov1-27/+0
2016-04-18Add support for using value attributes in eval contextBoris Kolpackov1-2/+2
For example: if ($x == [null]) Or: if ([uint64] 01 == [uint64] 1)
2016-04-05Add support for scope/target-qualified variable expansionBoris Kolpackov1-0/+27
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.