mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Merge pull request #2054 from Shopify/gg-fix-rubocop-offenses
Fix rubocop offenses in test file
This commit is contained in:
@@ -165,7 +165,7 @@ class StandardFiltersTest < Minitest::Test
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_squish_filter
|
def test_squish_filter
|
||||||
assert_equal("foo bar boo", Liquid::Template.parse(%Q({{ " foo bar
|
assert_equal("foo bar boo", Liquid::Template.parse(%({{ " foo bar
|
||||||
\t boo " | squish }})).render)
|
\t boo " | squish }})).render)
|
||||||
assert_equal("", Liquid::Template.parse('{{ nil | squish }}').render)
|
assert_equal("", Liquid::Template.parse('{{ nil | squish }}').render)
|
||||||
assert_equal("", Liquid::Template.parse('{{ " " | squish }}').render)
|
assert_equal("", Liquid::Template.parse('{{ " " | squish }}').render)
|
||||||
|
|||||||
Reference in New Issue
Block a user