mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 02:10:41 -07:00
Initial concept
This commit is contained in:
@@ -361,4 +361,9 @@ class TemplateTest < Minitest::Test
|
||||
result = t.render('x' => 1, 'y' => 5)
|
||||
assert_equal '12345', result
|
||||
end
|
||||
|
||||
def test_curly_braces
|
||||
assert_template_result "{}", "{{ '{}' }}"
|
||||
assert_template_result "{}", "{% assign test = '{}' %}{{ test }}"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user