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:
parent
27009622d6
commit
ee64e06ef6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue