Skip to content

Commit 13d9d4b

Browse files
committed
fix: visitor.test
1 parent d91e5cd commit 13d9d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/test/visitor.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ test('spacing with env substitution', () => {
308308
}
309309
});
310310

311-
assert.equal(res.code.toString(), '.test{background:var(--foo) var(--bar);border:var(--foo)solid;transform:scale(1.5) scale(1.5);padding:10px 20px;margin:10px auto;outline:red solid;cursor:url(cursor.png) 4 12, auto;stroke-dasharray:5 10 15;counter-increment:myCounter 2;background:linear-gradient(red 25%, blue 75%);content:"hello" " world";width:calc(10px - 20px)}');
311+
assert.equal(res.code.toString(), '.test{background:var(--foo) var(--bar);border:var(--foo)solid;transform:scale(1.5) scale(1.5);padding:10px 20px;margin:10px auto;outline:red solid;cursor:url(cursor.png) 4 12, auto;stroke-dasharray:5 10 15;counter-increment:myCounter 2;background:linear-gradient(red 25%, #00f 75%);content:"hello" " world";width:calc(10px - 20px)}');
312312
});
313313

314314
test('url', () => {

0 commit comments

Comments
 (0)