mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-09 15:57:10 +02:00
11 lines
214 B
Plaintext
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]),
|
|
|
|
|