mirror of
https://github.com/go-task/task.git
synced 2025-11-27 22:38:20 +02:00
use YAML for dynamix variable instead of $ prefix
$ prefix still works but is now deprecated
before:
VAR: $echo var
after:
VAR:
sh: echo bar
closes #46
This commit is contained in:
@@ -61,8 +61,10 @@ func TestVars(t *testing.T) {
|
||||
}{
|
||||
{"foo.txt", "foo"},
|
||||
{"bar.txt", "bar"},
|
||||
{"baz.txt", "baz"},
|
||||
{"foo2.txt", "foo2"},
|
||||
{"bar2.txt", "bar2"},
|
||||
{"baz2.txt", "baz2"},
|
||||
{"equal.txt", "foo=bar"},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user