go-jsonnet/testdata/string_index_negative.golden
Dave Cunningham b6ee2c2f51
String token end location off-by-one error (#139)
* String token end location off-by-one error
2017-11-03 21:36:31 -04:00

11 lines
233 B
Plaintext

RUNTIME ERROR: Index -1 out of bounds, not within [0, 4)
-------------------------------------------------
testdata/string_index_negative:1:1-11 $
"abcd"[-1]
-------------------------------------------------
During evaluation