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

Arglist being passed as arguments while empty #1305

Closed
KittyGiraudel opened this issue Jul 1, 2015 · 1 comment
Closed

Arglist being passed as arguments while empty #1305

KittyGiraudel opened this issue Jul 1, 2015 · 1 comment

Comments

@KittyGiraudel
Copy link

Test

.foo {
  content: call('unquote', 'foo', ()...);
}

Expected

.foo {
  content: foo;
}

Actual

function quote only takes 1 arguments; given 2 on line 2 at column 12

Observations

Does not matter the function. When passing an empty list as extra arguments, LibSass pass the empty list as another argument instead of discarding it.

xzyfer added a commit to xzyfer/sass-spec that referenced this issue Jul 13, 2015
@xzyfer
Copy link
Contributor

xzyfer commented Jul 13, 2015

Spec added sass/sass-spec#438

mgreter added a commit to mgreter/libsass that referenced this issue Jul 14, 2015
@mgreter mgreter added this to the 3.3 milestone Jul 14, 2015
@mgreter mgreter self-assigned this Jul 14, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Jul 14, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants