mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
These tests are already passed
This commit is contained in:
parent
fa2e037da4
commit
473c55f7ba
1 changed files with 2 additions and 2 deletions
|
@ -309,11 +309,11 @@ HAML
|
||||||
assert_equal("<p>Foo & Bar & Baz</p>\n", render('%p& Foo #{"&"} Bar & Baz'))
|
assert_equal("<p>Foo & Bar & Baz</p>\n", render('%p& Foo #{"&"} Bar & Baz'))
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_nil_tag_value_should_render_as_empty; skip # nil script
|
def test_nil_tag_value_should_render_as_empty
|
||||||
assert_equal("<p></p>\n", render("%p= nil"))
|
assert_equal("<p></p>\n", render("%p= nil"))
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_tag_with_failed_if_should_render_as_empty; skip # nil script
|
def test_tag_with_failed_if_should_render_as_empty
|
||||||
assert_equal("<p></p>\n", render("%p= 'Hello' if false"))
|
assert_equal("<p></p>\n", render("%p= 'Hello' if false"))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue