render = interpolation.new("%b{}", esc, { x=function(x) return x }) render("{foo|x}", { foo = nil }) What should this output?
render = interpolation.new("%b{}", esc, { x=function(x) return x }) render("{foo|x}", { foo = nil }) What should this output?