-
Notifications
You must be signed in to change notification settings - Fork 467
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
str-slice removes quotes #2863
Comments
mgreter
added a commit
to mgreter/libsass
that referenced
this issue
Apr 11, 2019
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Apr 11, 2019
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Apr 11, 2019
mgreter
added a commit
to mgreter/libsass
that referenced
this issue
Apr 12, 2019
mgreter
added a commit
to mgreter/libsass
that referenced
this issue
Apr 12, 2019
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Apr 12, 2019
This PR activates specs for sass/libsass#2863
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Apr 12, 2019
This PR activates specs for sass/libsass#2863
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
input.scss
Actual results
libsass 3.5.4
Expected result
ruby sass 3.5.6
version info:
Further context
We have a string-utility function in our code base, which slices bigger strings in smaller pieces using
str-slice
. It works fine, except when the piece that should be sliced out of a bigger string coincidentally starts with quotes and ends with the same quotes, thenstr-slice
returns the sliced string without the quotes, which makes our function return incorrect stuff.The text was updated successfully, but these errors were encountered: