mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 10:52:48 -07:00
Test space between dot
This commit is contained in:
@@ -42,8 +42,8 @@ class VariableTest < Minitest::Test
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_hash_scoping
|
def test_hash_scoping
|
||||||
template = Template.parse(%({{ test.test }}))
|
assert_template_result('worked', "{{ test.test }}", 'test' => { 'test' => 'worked' })
|
||||||
assert_equal('worked', template.render!('test' => { 'test' => 'worked' }))
|
assert_template_result('worked', "{{ test . test }}", 'test' => { 'test' => 'worked' })
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_false_renders_as_false
|
def test_false_renders_as_false
|
||||||
|
|||||||
Reference in New Issue
Block a user