fix: accept []string and []int in matrix refs (#2956)

Co-authored-by: no-hup <shauryaj.finance@gmail.com>
This commit is contained in:
shaurya
2026-08-10 23:17:58 +05:30
committed by GitHub
parent d4fd591dd3
commit 85aca587b1
5 changed files with 87 additions and 5 deletions

View File

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