mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Bugfix: allow templating when calling deps
Fixes issue #42 by allowing for template evaluatation on task override variables when the task is launched as dependency.
This commit is contained in:
@@ -179,6 +179,7 @@ func TestParams(t *testing.T) {
|
||||
{"dep1.txt", "Dependence1\n"},
|
||||
{"dep2.txt", "Dependence2\n"},
|
||||
{"spanish.txt", "¡Holla mundo!\n"},
|
||||
{"spanish-dep.txt", "¡Holla dependencia!\n"},
|
||||
}
|
||||
|
||||
for _, f := range files {
|
||||
|
||||
Reference in New Issue
Block a user