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

Hotfix for interpolation adding additional escapes #1534

Merged

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented Sep 5, 2015

This fixes one of the last urgent issues with interpolations. I have tried to solve it multiple times but I fail to see any other logic than implemented here (look ahead if we expect the final string to be a quoted string or not). With this patch we pass these additional spec tests:

@mgreter mgreter added this to the 3.3 milestone Sep 5, 2015
@mgreter mgreter self-assigned this Sep 5, 2015
@mgreter
Copy link
Contributor Author

mgreter commented Sep 5, 2015

Added another small commit that fixes #1271

@mgreter
Copy link
Contributor Author

mgreter commented Sep 5, 2015

And another commit added that fixes #1231

@xzyfer
Copy link
Contributor

xzyfer commented Sep 6, 2015

Nice on @mgreter

xzyfer added a commit that referenced this pull request Sep 6, 2015
…terpolate

Fix regression for interpolation adding additional escapes
@xzyfer xzyfer merged commit 965f226 into sass:master Sep 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

variable interpolation causes additional string escaping
2 participants