Skip to content

Commit 50f8ec0

Browse files
author
evilebottnawi
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # test/simpleTest.js
2 parents 07444ad + 3de8aa7 commit 50f8ec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/simpleTest.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ describe("simple", function() {
3838
test("charset directive", "@charset \"UTF-8\";\n .class { a: b c d; }", [
3939
[1, "@charset \"UTF-8\";\n .class { a: b c d; }", ""]
4040
]);
41-
test("custom variables", ":root {--foo: 1px;\n--bar: 2px;}", [
42-
[1, ":root {--foo: 1px;\n--bar: 2px;}", ""]
43-
]);
41+
test("custom variables", ":root {--foo: 1px;\n--bar: 2px;}", [
42+
[1, ":root {--foo: 1px;\n--bar: 2px;}", ""]
43+
]);
4444
testError("error formatting", ".some {\n invalid css;\n}", function(err) {
4545
assert.equal(err.message, [
4646
'Unknown word (2:2)',

0 commit comments

Comments
 (0)