diff --git a/test/integration/standard_filter_test.rb b/test/integration/standard_filter_test.rb index b69bdf7af..fc9873e7b 100644 --- a/test/integration/standard_filter_test.rb +++ b/test/integration/standard_filter_test.rb @@ -165,7 +165,7 @@ def test_split end 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) assert_equal("", Liquid::Template.parse('{{ nil | squish }}').render) assert_equal("", Liquid::Template.parse('{{ " " | squish }}').render)