We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07444ad + 3de8aa7 commit 50f8ec0Copy full SHA for 50f8ec0
test/simpleTest.js
@@ -38,9 +38,9 @@ describe("simple", function() {
38
test("charset directive", "@charset \"UTF-8\";\n .class { a: b c d; }", [
39
[1, "@charset \"UTF-8\";\n .class { a: b c d; }", ""]
40
]);
41
- test("custom variables", ":root {--foo: 1px;\n--bar: 2px;}", [
42
- [1, ":root {--foo: 1px;\n--bar: 2px;}", ""]
43
- ]);
+ test("custom variables", ":root {--foo: 1px;\n--bar: 2px;}", [
+ [1, ":root {--foo: 1px;\n--bar: 2px;}", ""]
+ ]);
44
testError("error formatting", ".some {\n invalid css;\n}", function(err) {
45
assert.equal(err.message, [
46
'Unknown word (2:2)',
0 commit comments