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

Error message mismatch for duplicate map key #1561

Closed
saper opened this issue Sep 20, 2015 · 0 comments
Closed

Error message mismatch for duplicate map key #1561

saper opened this issue Sep 20, 2015 · 0 comments

Comments

@saper
Copy link
Member

saper commented Sep 20, 2015

Difference between Ruby Sass and libsass from sass/sass-spec#373

$a: 'foo';
$b: 'foo';
$map: (
  $a: 1,
  $b: 2
);
-"Duplicate key "foo" in map ($a: 1, $b: 2)."
+"Duplicate key "foo" in map ("foo": 2)."

Specs added https://github.com/sass/sass-spec/pull/373/files

@xzyfer xzyfer changed the title Error message: »Error: Duplicate key "foo" in map ("foo": 2).« should be »Error: Duplicate key "foo" in map ($a: 1, $b: 2).« Error message mismatch for duplicate map key Sep 21, 2015
@xzyfer xzyfer added this to the 3.4 milestone Sep 21, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Nov 1, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Nov 4, 2015
@xzyfer xzyfer modified the milestones: 3.3.2, 3.4 Nov 8, 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