Subject: | TAF parser does not correctly handle curly braces in function calls |
It appears that Template::AutoFilter is broken:
[% test(a, b) %] is filtered correctly
[% test({ a => b }) %] is not filtered.
The parser stops at the "{" and fails to apply the automatic filter to those [%%] blocks.