go-jsonnet/linter/testdata/string_indexing.linter.golden
Stanisław Barzowski 8fcbda5b50 Linter
2020-08-13 21:06:34 +02:00

11 lines
214 B
Plaintext

testdata/string_indexing:4:5-16 Operand is not a number, it is assumed to be a string
-("foo"[2]),
testdata/string_indexing:5:5-18 Operand is not a number, it is assumed to be a string
-("foo"[1+1]),