-
Notifications
You must be signed in to change notification settings - Fork 463
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
Concatenation error #29
Comments
Same issue in other cases: |
Fixed in the last batch of updates. Sorry for the delay! |
Thank you, I'll update my tool. |
thatguystone
pushed a commit
to thatguystone/libsass
that referenced
this issue
May 10, 2018
thatguystone
pushed a commit
to thatguystone/libsass
that referenced
this issue
May 10, 2018
changes for go pointer restrictions in go16 sass#29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to concatenate unquoted string with quoted:
bar + "foo"
it should produce unquoted string:
barfoo
but libsass produced mixed:
bar"foo"
The text was updated successfully, but these errors were encountered: