Skip to content

Commit

Permalink
test: add case for url processing (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
liambuchanan authored and michael-ciniawsky committed Sep 12, 2017
1 parent 7039740 commit c45fa66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/localsTest.js
Expand Up @@ -49,4 +49,11 @@ describe("locals", function() {
}
}
);
testLocals("should not fail on processing a url",
":local(.abc) { background: url(http://example.com/image.jpg); }",
{
abc: "_abc"
},
"?localIdentName=_[local]"
);
});

0 comments on commit c45fa66

Please sign in to comment.