-
Notifications
You must be signed in to change notification settings - Fork 464
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
Interpolated, double-quoted variable as a part of selector produces an empty output #1734
Comments
Stripped down version:
Libsass:
Sass:
I wonder if this has changed over time on ruby sass or it may break other cases once I fix this one ... |
As expected this is one of the interpolation behaviors I don't get and I'm therefore unable to produce a fix that will not break anything else. It might have to do with a rule I've picked up somewhere, that quoted string can only be unquoted once, even if you call unquote multiple times. IMO we don't do that for interpolations. If I make the changes to make this spec pass all double interpolations with escapes seem to fail. |
This seems to be fixed with #1841 |
Specs for this were added in sass/sass-spec#615 |
Seems like this was only halve fixed. Rescoping the rest to 3.3.4 |
I'm closing this as the only reason the specs fail (only on some CI configs) is because of #1786. |
Extracted from #1684 case "1.2":
produces empty string on libsass 3.3.2, while Ruby Sass gives
The text was updated successfully, but these errors were encountered: