mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
Fix broken rendering of variables which are equal to false (closes #345)
This commit is contained in:
@@ -20,5 +20,4 @@ class ContextTest < Test::Unit::TestCase
|
||||
assert_equal 'Global test', Template.parse("{{'test' | notice }}").render!
|
||||
assert_equal 'Local test', Template.parse("{{'test' | notice }}").render!({}, :filters => [local])
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user