mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Remove warning about unused literal ignored
This commit is contained in:
parent
85b3b1f67d
commit
08de01c82f
1 changed files with 2 additions and 2 deletions
|
@ -723,11 +723,11 @@ HAML
|
|||
end
|
||||
|
||||
def test_silent_script_with_hyphen_case
|
||||
assert_equal("", render("- 'foo-case-bar-case'"))
|
||||
assert_equal("", render("- a = 'foo-case-bar-case'"))
|
||||
end
|
||||
|
||||
def test_silent_script_with_hyphen_end
|
||||
assert_equal("", render("- 'foo-end-bar-end'"))
|
||||
assert_equal("", render("- a = 'foo-end-bar-end'"))
|
||||
end
|
||||
|
||||
def test_silent_script_with_hyphen_end_and_block
|
||||
|
|
Loading…
Reference in a new issue