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 when instantiating a map with duplicate keys #768

Merged
merged 1 commit into from
Dec 26, 2014

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Dec 26, 2014

This PR adds an error if a map is instantiated with a duplicate key.

Fixes #628. Cannot be tested because it rely on catching errors.

@xzyfer xzyfer force-pushed the fix/error-on-duplicate-map-keys branch from 19b8827 to a814a8b Compare December 26, 2014 06:50
@xzyfer xzyfer changed the title Error on instantiating a map with duplicate keys Error when instantiating a map with duplicate keys Dec 26, 2014
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) when pulling a814a8b on xzyfer:fix/error-on-duplicate-map-keys into 715fa7a on sass:master.

xzyfer added a commit that referenced this pull request Dec 26, 2014
Error when instantiating a map with duplicate keys
@xzyfer xzyfer merged commit d8c08c6 into sass:master Dec 26, 2014
@xzyfer xzyfer added this to the 3.1 milestone Dec 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parser should catch error on duplicate keys in maps
2 participants