Skip to content

Commit c45fa66

Browse files
liambuchananmichael-ciniawsky
authored andcommitted
test: add case for url processing (#603)
1 parent 7039740 commit c45fa66

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/localsTest.js

+7
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,11 @@ describe("locals", function() {
4949
}
5050
}
5151
);
52+
testLocals("should not fail on processing a url",
53+
":local(.abc) { background: url(http://example.com/image.jpg); }",
54+
{
55+
abc: "_abc"
56+
},
57+
"?localIdentName=_[local]"
58+
);
5259
});

0 commit comments

Comments
 (0)