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

Error when trying to string concatenate with null #728

Merged
merged 1 commit into from
Dec 12, 2014

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Dec 12, 2014

This PR brings the string concatenation behaviour in line with Ruby Sass by throwing an error when one of the strings involved is null.

Fixes #698. Spec added sass/sass-spec#168.

@xzyfer xzyfer added this to the 3.0.3 milestone Dec 12, 2014
xzyfer added a commit that referenced this pull request Dec 12, 2014
Error when trying to string concatenate with null
@xzyfer xzyfer merged commit fbbfc87 into sass:master Dec 12, 2014
@xzyfer xzyfer modified the milestones: 3.0.3, 3.1 Dec 22, 2014
saper added a commit to saper/sass-spec that referenced this pull request Sep 23, 2015
@xzyfer xzyfer deleted the fix/concatentating-null branch September 27, 2015 08:55
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

Successfully merging this pull request may close these issues.

Libsass incorrectly allows the concatenation of null
1 participant