mirror of
https://github.com/go-task/task.git
synced 2026-08-29 10:08:27 +02:00
fix: accept []string and []int in matrix refs (#2956)
Co-authored-by: no-hup <shauryaj.finance@gmail.com>
This commit is contained in:
@@ -929,6 +929,7 @@ func TestForCmds(t *testing.T) {
|
||||
{name: "loop-explicit"},
|
||||
{name: "loop-matrix"},
|
||||
{name: "loop-matrix-ref"},
|
||||
{name: "loop-matrix-ref-computed"},
|
||||
{
|
||||
name: "loop-matrix-ref-error",
|
||||
wantErr: true,
|
||||
|
||||
Reference in New Issue
Block a user