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

Add test coverage for existing custom importer return semantics #1319

Merged
merged 1 commit into from
Dec 27, 2015

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Dec 27, 2015

Custom importers are expected to return sass.NULL to noop.
However it appears we currently also allow null, false, and
undefined.

This patch adds test coverage over these caveats in case we
unintentionally break BC.

Custom importers are expected to return `sass.NULL` to noop.
However it appears we currently also allow `null`, `false`, and
`undefined`.

This patch adds test coverage over these caveats in case we
unintentionally break BC.
@xzyfer xzyfer self-assigned this Dec 27, 2015
@xzyfer xzyfer added this to the next.patch milestone Dec 27, 2015
xzyfer added a commit that referenced this pull request Dec 27, 2015
Add test coverage for existing custom importer return semantics
@xzyfer xzyfer merged commit 31d54cb into sass:master Dec 27, 2015
@xzyfer xzyfer deleted the test/import-null branch December 27, 2015 05:08
@xzyfer xzyfer modified the milestone: next.patch Sep 4, 2016
jiongle1 pushed a commit to scantist-ossops-m2/node-sass that referenced this pull request Apr 7, 2024
Fix parsing edge case for number units
Friendly-users referenced this pull request in Friendly-users/node-sass Jul 9, 2024
-----
It is inappropriate to include political and offensive content in public code repositories.

Public code repositories should be neutral spaces for collaboration and community, free from personal or political views that could alienate or discriminate against others. Political content, especially that which targets or disparages minority groups, can be harmful and divisive. It can make people feel unwelcome and unsafe, and it can create a hostile work environment.

Please refrain from adding such content to public code repositories.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant