Files
wren/test/string/subscript_too_small.wren

3 lines
70 B
Plaintext
Raw Normal View History

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