Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add test case for url processing regression
  • Loading branch information
liambuchanan committed Aug 31, 2017
commit f506515aef148f5b7b3dc38bb8e9c7febab2491b
7 changes: 7 additions & 0 deletions test/localsTest.js
Original file line number Diff line number Diff line change
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]"
);
});