mirror of
https://github.com/go-task/task.git
synced 2025-06-15 00:15:10 +02:00
fix Taskvars.yml vars not available while interpolating vars
prop
closes #40
This commit is contained in:
@ -236,6 +236,7 @@ func TestParams(t *testing.T) {
|
||||
{"dep2.txt", "Dependence2\n"},
|
||||
{"spanish.txt", "¡Holla mundo!\n"},
|
||||
{"spanish-dep.txt", "¡Holla dependencia!\n"},
|
||||
{"portuguese.txt", "Olá, mundo!\n"},
|
||||
}
|
||||
|
||||
for _, f := range files {
|
||||
|
Reference in New Issue
Block a user