Open gcx-seb opened 8 months ago
A simple template like {{value}}} fails compilation:
{{value}}}
com.github.jknack.handlebars.HandlebarsException: inline@481dc12c:1:7: found: '}}}', expected: '}}' {{value}}}
I'm wondering if that is expected behaviour? Because I'd expect that in the output the extra } at the last position is simply kept as-is.
}
A simple template like
{{value}}}
fails compilation:I'm wondering if that is expected behaviour? Because I'd expect that in the output the extra
}
at the last position is simply kept as-is.