sebastienros/fluid

Slice ArgumentOutOfRangeExceptions

ymor opened this issue · 0 comments

ymor commented

The following examples cause ArgumentOutOfRangeExceptions.

{{ "hello" | slice: 5, 1}}
{{ "hello" | slice: 4, 2}}

Running the expressions here shows they should return "" and "o".

I'll raise a PR shortly