issues
search
mikebridge
/
Liquid.NET
.Net Port of the Liquid template language
MIT License
61
stars
15
forks
source link
Horizontally-nested arrays do not work
#15
Closed
mikebridge
closed
9 years ago
mikebridge
commented
9 years ago
This does not currently parse:
a[b][c]
But this does:
a[b[c]]
This does not currently parse:
But this does: