Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@debug'ing an empty list should produce () #1768

Closed
xzyfer opened this issue Dec 1, 2015 · 1 comment · Fixed by #1862
Closed

@debug'ing an empty list should produce () #1768

xzyfer opened this issue Dec 1, 2015 · 1 comment · Fixed by #1862

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Dec 1, 2015

@debug(());
@debug(foo, (), bar);
@debug(foo () bar);
@debug((foo: (), bar: baz));

Ruby Sass

test.scss:1 DEBUG: ()
test.scss:2 DEBUG: foo, (), bar
test.scss:3 DEBUG: foo () bar
test.scss:4 DEBUG: (foo: (), bar: baz)

LibSass 3.3.2

/test.scss:1 DEBUG:
/test.scss:2 DEBUG: foo, bar
/test.scss:3 DEBUG: foo bar
/test.scss:4 DEBUG: (foo: , bar: baz)

Spec sass/sass-spec#633

@xzyfer xzyfer added this to the 3.3.3 milestone Dec 1, 2015
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Dec 1, 2015
@mgreter mgreter modified the milestones: 3.3.4, 3.3.3 Jan 11, 2016
@mgreter mgreter self-assigned this Jan 17, 2016
@mgreter
Copy link
Contributor

mgreter commented Jan 17, 2016

With the new to_sass mode this one became easy 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants