Subject: | The "div" operator in TT2 templates does not emit valid JS code |
Consider the following TT2 template
[% a = b `div` c %]
it generates something like
int($_[1] / $_[3])
I think it should be a simple fix in Parser.yp:358.
Hopefully it can get fixed in the next release ;)
Thanks!