Closed Mido-sys closed 3 years ago
<% let a = [1, 2, "three", "four", 3.75] %><%= a[5] %>
Plush panics when we try to access the slice with an index that doesn't exist.
Fixed in #145
An error will return index out of range [5] with length 5
index out of range [5] with length 5
Plush panics when we try to access the slice with an index that doesn't exist.