1
0
forked from Mirror/wren
Files
wren/test/string/subscript_too_large.wren
2014-01-03 10:47:26 -08:00

3 lines
69 B
Plaintext

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