Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant