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

[Sass] [SCSS] Add a test for zero-arg functions.

This commit is contained in:
Nathan Weizenbaum 2009-12-27 18:15:46 -08:00
parent b29e601e1b
commit 259d6f0c95

View file

@ -196,6 +196,14 @@ foo {
SCSS
end
def test_zero_arg_functions
assert_parses <<SCSS
foo {
a: foo();
b: bar baz-bang() bip; }
SCSS
end
## Directives
def test_charset_directive