Skip to content

Commit 50959e8

Browse files
committed
Fix test
1 parent e973fc7 commit 50959e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/match-utilities.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ test('match utilities with modifiers', async () => {
6060
.test-1\/\[foo\] {
6161
color: one_[foo];
6262
}
63+
.test-\[8\]\/\[9\] {
64+
color: eightnine_null;
65+
}
6366
`)
6467
})
6568

0 commit comments

Comments
 (0)