diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-05 12:53:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-05 12:53:45 +0200 |
commit | 77e7dc1ac70976e39f2bd3bb91f49ab1f25ef524 (patch) | |
tree | c3a1e736c326473bd611b4c0bc74d45b2f9beb76 /tests/variable/qualified/test.out | |
parent | 86cdcdcf11982281aa286682faf604cff3b1c7d1 (diff) |
Add support for scope/target-qualified variable expansion
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.
Diffstat (limited to 'tests/variable/qualified/test.out')
-rw-r--r-- | tests/variable/qualified/test.out | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/variable/qualified/test.out b/tests/variable/qualified/test.out new file mode 100644 index 0000000..5bf062e --- /dev/null +++ b/tests/variable/qualified/test.out @@ -0,0 +1,12 @@ +foo:bar +foo:bar +foo:bar +foo:bar +foo/:bar +foo/file{fox}:bar +bar +Bar +BAR +BBAARR +Bar +bar |