Closed angelochen960 closed 11 years ago
You get null for the 10
parameter because 10
is interpreted as a key, that resolves to nil, and not as a literal number. GRMustache has no support for integer nor string literals.
i see, it will be nice to have that.
Yes, literals look like a nice addition. However, they bring their own set of difficulties and inconsistencies that I don't plan to solve right now. See #54 for the full discussion, if you are interested.
Hi, I pass a second parameter from my filter 'txt', it's 10, but in the txt_blk, it's always a [NSNull null] while the first parameter is valid, what am I missing here?
Thanks,