1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

We've passed this test

This commit is contained in:
Takashi Kokubun 2015-10-29 00:31:31 +09:00
parent 27009622d6
commit ee64e06ef6

View file

@ -125,7 +125,7 @@ class FiltersTest < Haml::TestCase
end
class ErbFilterTest < Haml::TestCase
test "multiline expressions should work" do; skip
test "multiline expressions should work" do
html = "foobarbaz\n"
haml = %Q{:erb\n <%= "foo" +\n "bar" +\n "baz" %>}
assert_equal(html, render(haml))