Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

The unquote function is not consistent with Ruby Sass #2156

Closed
T-Hugs opened this issue Aug 31, 2016 · 1 comment
Closed

The unquote function is not consistent with Ruby Sass #2156

T-Hugs opened this issue Aug 31, 2016 · 1 comment

Comments

@T-Hugs
Copy link

T-Hugs commented Aug 31, 2016

Title: unquote(""hello" and "goodbye"") incorrectly strips the first and last quotes.

input.scss

@debug unquote("\"hello\" and \"goodbye\"");

libsass

DEBUG: hello" and "goodbye

ruby sass 3.4.19

DEBUG: "hello" and "goodbye"

version info:

$ sassc.exe --version
sassc: [NA] (master: 077af530)
libsass: [NA] (master: 014a61b6)
sass2scss: 1.0.6
sass: 3.4
mgreter added a commit to mgreter/sass-spec that referenced this issue Sep 2, 2016
@mgreter
Copy link
Contributor

mgreter commented Sep 2, 2016

Seems to be a duplicate of #2153

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants