Merge pull request #2054 from Shopify/gg-fix-rubocop-offenses

Fix rubocop offenses in test file
This commit is contained in:
Gray Gilmore
2026-03-06 13:28:54 -08:00
committed by GitHub
+1 -1
View File
@@ -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)