mirror of
https://github.com/go-task/task.git
synced 2025-06-15 00:15:10 +02:00
Allow template evaluation in parameters
When passing variables to a sub-task, allow template evaluation within the passed-on variables.
This commit is contained in:
committed by
Sindre Myren
parent
774ef61c2f
commit
2f9381065d
@ -178,6 +178,7 @@ func TestParams(t *testing.T) {
|
||||
{"exclamation.txt", "!\n"},
|
||||
{"dep1.txt", "Dependence1\n"},
|
||||
{"dep2.txt", "Dependence2\n"},
|
||||
{"spanish.txt", "¡Holla mundo!\n"},
|
||||
}
|
||||
|
||||
for _, f := range files {
|
||||
|
Reference in New Issue
Block a user