Bruno Carvalho

Results 2 issues of Bruno Carvalho

The new `Liquid::Environment` is not being passed down through `context.new_isolated_subcontext` nor `Liquid::Context.build`

Variable filter named arguments are not recursed into by the current implementation which I suspect is unintended. ``` {{ test | default: infilter, allow_false: infilter_hash_value }} ``` The variable lookup...