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

[Sass] Fix a test of hue().

This commit is contained in:
Nathan Weizenbaum 2009-11-28 15:08:53 -08:00
parent 1155229b42
commit 4389c60b3f

View file

@ -203,7 +203,7 @@ class SassFunctionTest < Test::Unit::TestCase
end end
def test_hue def test_hue
assert_equal("18", evaluate("hue(hsl(18, 50%, 20%))")) assert_equal("18deg", evaluate("hue(hsl(18, 50%, 20%))"))
end end
def test_hue_exception def test_hue_exception