github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/pkg/tanka/testdata/cases/array/main.jsonnet (about)

     1  [
     2    [
     3      {
     4        testCase: 'nestedArray[0][0]',
     5      },
     6      {
     7        testCase: 'nestedArray[0][1]',
     8      },
     9    ],
    10    [
    11      {
    12        testCase: 'nestedArray[1][0]',
    13      },
    14      {
    15        testCase: 'nestedArray[1][1]',
    16      },
    17    ],
    18  ]