We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af82ba7 commit 14c5a27Copy full SHA for 14c5a27
test/localTest.js
@@ -113,4 +113,9 @@ describe("local", function() {
113
someId: "_1j3LM6lKkKzRIt19ImYVnD",
114
subClass: "_13LGdX8RMStbBE9w-t0gZ1"
115
}, "?module");
116
+ testLocal("class name parsing", ".-a0-34a___f { color: red; }", [
117
+ [1, "._1YJOcrkc6cyZmBAAvyPFOn { color: red; }", ""]
118
+ ], {
119
+ "-a0-34a___f": "_1YJOcrkc6cyZmBAAvyPFOn"
120
+ }, "?module");
121
});
0 commit comments