1
0
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:
Sindre Myren
2017-07-09 23:37:50 +02:00
parent 5268df6bfd
commit a548c63a92
3 changed files with 12 additions and 1 deletions

View File

@@ -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 {