aymerick/raymond

Array access parse error, lexer

Super-Genius opened this issue · 0 comments

This generates an error with unable to parse, invalid number.
{{f.widgets.0.id}}

Work around is to add the brackets, which are only supposed to be necessary if no following dot selector.
{{f.widgets.[0].id}}

this should only be required if it was defined like this:

{{f.widgets.[0]}}