tera icon indicating copy to clipboard operation
tera copied to clipboard

Feature request: Multi-dimensional array literals

Open brady444 opened this issue 1 month ago • 0 comments

Maybe I'm doing something wrong, but multi-dimensional array literals aren't working for me.

With this template text:

{% set test = [["a", "b"], ["b", "c"], ["c", "d"]] %}

I get this error: "expected a value that can be negated"

brady444 avatar Nov 15 '25 23:11 brady444