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.sh | |
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.sh')
-rwxr-xr-x | tests/variable/qualified/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/variable/qualified/test.sh b/tests/variable/qualified/test.sh new file mode 100755 index 0000000..afcb3bd --- /dev/null +++ b/tests/variable/qualified/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +b -q | diff -u test.out - |