mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 19:30:47 -07:00
Update test/unit/tags/case_tag_unit_test.rb
Co-authored-by: Alok Swamy <[email protected]>
This commit is contained in:
co-authored by
Alok Swamy
parent
5a210fc8f6
commit
1733586242
@@ -31,7 +31,7 @@ class CaseTagUnitTest < Minitest::Test
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_case_when_trailing_element
|
def test_case_when_with_trailing_element
|
||||||
template = <<~LIQUID
|
template = <<~LIQUID
|
||||||
{%- case 1 -%}
|
{%- case 1 -%}
|
||||||
{%- when 1 bar -%}
|
{%- when 1 bar -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user