-
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
Type discrepancy for quoted colors (strings) #1281
Comments
This is actually easy to fix. We actually have a specific code part for exactly that faulty behavior? in functions.cpp - if (ctx.names_to_colors.count(str)) {
- return new (ctx.mem) String_Constant(pstate, "color");
- } |
Duplicate of #1280 |
mgreter
added a commit
to mgreter/libsass
that referenced
this issue
Jun 23, 2015
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Jun 29, 2015
This PR add specs for sass/libsass#1281
Specs added sass/sass-spec#412 |
mgreter
added a commit
to mgreter/libsass
that referenced
this issue
Jun 30, 2015
mgreter
added a commit
to mgreter/libsass
that referenced
this issue
Jun 30, 2015
xzyfer
added a commit
to xzyfer/sass-spec
that referenced
this issue
Jul 8, 2015
This PR activates specs for sass/libsass#1281
xzyfer
pushed a commit
to xzyfer/libsass
that referenced
this issue
Jul 8, 2015
This was referenced Jul 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TEST:
EXPECTED: (Ruby Sass)
ACTUAL: (LibSass 3.2.5)
On a similar note,
type-of(unquote("green"))
should also be astring
.The text was updated successfully, but these errors were encountered: