Skip to content
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

Closed
Igorbek opened this issue Jul 12, 2012 · 3 comments
Closed

Concatenation error #29

Igorbek opened this issue Jul 12, 2012 · 3 comments

Comments

@Igorbek
Copy link
Contributor

Igorbek commented Jul 12, 2012

When I try to concatenate unquoted string with quoted:
bar + "foo"
it should produce unquoted string:
barfoo
but libsass produced mixed:
bar"foo"

@Igorbek
Copy link
Contributor Author

Igorbek commented Jul 12, 2012

Same issue in other cases: "quoted" + unquoted = "quoted"unquoted instead of "quotedunquoted"

@akhleung
Copy link

akhleung commented Oct 8, 2012

Fixed in the last batch of updates. Sorry for the delay!

@akhleung akhleung closed this as completed Oct 8, 2012
@Igorbek
Copy link
Contributor Author

Igorbek commented Oct 9, 2012

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants