Files
wren/test/string/subscript_too_small.wren
2014-01-03 10:47:26 -08:00

3 lines
70 B
Plaintext

var a = "123"
a[-5] // expect runtime error: Subscript out of bounds.